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:
@@ -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();
|
||||
|
Referencia en una nueva incidencia
Block a user