diff --git a/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c b/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c index d9f33d3ef..35b0d4dd3 100644 --- a/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c +++ b/drivers/gpu/nvgpu/common/pmu/pmu_ipc.c @@ -1277,8 +1277,9 @@ static void pmu_rpc_handler(struct gk20a *g, struct pmu_msg *msg, sizeof(struct nv_pmu_rpc_header)); if (rpc.flcn_status != 0U) { - nvgpu_err(g, " failed RPC response, status=0x%x, func=0x%x", - rpc.flcn_status, rpc.function); + nvgpu_err(g, + "failed RPC response, unit-id=0x%x, func=0x%x, status=0x%x", + rpc.unit_id, rpc.function, rpc.flcn_status); goto exit; }