msm: eva: Avoid printing unnecessary warnings

When handling HFI response of config packets.

Change-Id: I16e373d07c1cc7617624160921bcca972381277b
Signed-off-by: George Shen <sqiao@codeaurora.org>
Este commit está contenido en:
George Shen
2021-06-24 15:50:06 -07:00
padre 99ad8575b2
commit 022b7d2d1b
Se han modificado 4 ficheros con 16 adiciones y 4 borrados

Ver fichero

@@ -437,7 +437,7 @@ static int msm_probe_cvp_device(struct platform_device *pdev)
goto err_fail_sub_device_probe;
}
atomic64_set(&core->kernel_trans_id, 0);
atomic64_set(&core->kernel_trans_id, get_pkt_array_size());
if (core->resources.dsp_enabled) {
rc = cvp_dsp_device_init();