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
父節點 7a7d1cf8b5
當前提交 30f964242d
共有 2 個文件被更改,包括 4 次插入2 次删除

查看文件

@@ -1155,8 +1155,6 @@ int msm_cvp_comm_suspend(int core_id)
}
rc = call_hfi_op(hdev, suspend, hdev->hfi_device_data);
if (rc)
dprintk(CVP_WARN, "Failed to suspend\n");
return rc;
}