msm: eva: Remove unnecessary suspend warning

It always happen in TVM.

Change-Id: If77c1799cbeb7f331e2c13db1ceb9e38b1162def
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2022-04-04 21:38:14 -07:00
rodzic 7a7d1cf8b5
commit 30f964242d
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@@ -26,6 +26,7 @@
#include "msm_cvp_clocks.h"
#include "msm_cvp_dsp.h"
#include "msm_cvp.h"
#include "msm_cvp_vm.h"
#define CLASS_NAME "cvp"
#define DRIVER_NAME "cvp"
@@ -400,6 +401,9 @@ static int msm_probe_cvp_device(struct platform_device *pdev)
goto err_cores_exceeded;
}
/* VM manager shall be started before HFI init */
vm_manager.vm_ops->vm_start(core);
core->device = cvp_hfi_initialize(core->hfi_type, core->id,
&core->resources, &cvp_handle_cmd_response);
if (IS_ERR_OR_NULL(core->device)) {