securemsm-kernel: enable non-qtee modules
Fix compilation issues and enable all modules bound by TARGET_KERNEL_DLKM_SECURE_MSM_OVERRIDE. Change-Id: Id8e2d5ecb580d5fd200fe5e5e899202046136976 Signed-off-by: Gaurav Kashyap <quic_gaurkash@quicinc.com>
此提交包含在:
@@ -259,7 +259,7 @@ static int sender_probe_handler(struct platform_device *pdev)
|
||||
msgq_hdl = gh_msgq_register(GH_MSGQ_LABEL_SMMU_PROXY);
|
||||
if (IS_ERR(msgq_hdl)) {
|
||||
ret = PTR_ERR(msgq_hdl);
|
||||
pr_err("%s: Queue registration failed rc: %d!\n", __func__, PTR_ERR(msgq_hdl));
|
||||
pr_err("%s: Queue registration failed rc: %ld!\n", __func__, PTR_ERR(msgq_hdl));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
新增問題並參考
封鎖使用者