diff --git a/msm/eva/cvp_hfi.c b/msm/eva/cvp_hfi.c index 2c400eef3e..3504761448 100644 --- a/msm/eva/cvp_hfi.c +++ b/msm/eva/cvp_hfi.c @@ -3628,7 +3628,7 @@ static int __enable_regulator(struct iris_hfi_device *device, return 0; } - dprintk(CVP_ERR, "regulator %s not found\n"); + dprintk(CVP_ERR, "regulator %s not found\n", name); return -EINVAL; } diff --git a/msm/eva/msm_cvp.c b/msm/eva/msm_cvp.c index a113488328..52eb2912b7 100644 --- a/msm/eva/msm_cvp.c +++ b/msm/eva/msm_cvp.c @@ -510,7 +510,7 @@ static int msm_cvp_session_process_hfi_fence(struct msm_cvp_inst *inst, if (is_config_pkt) pr_info(CVP_DBG_TAG "inst %pK config %s\n", - inst, cvp_hfi_defs[idx].name); + "pkt", inst, cvp_hfi_defs[idx].name); rc = msm_cvp_map_frame(inst, (struct eva_kmd_hfi_packet *)pkt, offset, buf_num); diff --git a/msm/eva/msm_cvp_common.c b/msm/eva/msm_cvp_common.c index e0e76dc7bb..4d097ed56e 100644 --- a/msm/eva/msm_cvp_common.c +++ b/msm/eva/msm_cvp_common.c @@ -24,7 +24,7 @@ static void handle_session_error(enum hal_command_response cmd, void *data); static void msm_cvp_comm_generate_session_error(struct msm_cvp_inst *inst) { - dprintk(CVP_WARN, "%s function is deprecated\n"); + dprintk(CVP_WARN, "%s function is deprecated\n", __func__); } static void dump_hfi_queue(struct iris_hfi_device *device)