msm: eva: Fix dprintk compilation errors

Shown in recent Lanai releases

Change-Id: Ia85a57756a35f14d4426ea5ea10cd5374188a9d4
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2022-11-07 09:50:22 -08:00
orang tua e8a2fe9b88
melakukan c7a2d986df
3 mengubah file dengan 3 tambahan dan 3 penghapusan

Melihat File

@@ -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)