Loading drivers/misc/qseecom.c +3 −2 Original line number Diff line number Diff line Loading @@ -3037,8 +3037,9 @@ static int __qseecom_unload_app(struct qseecom_dev_handle *data, sizeof(struct qseecom_unload_app_ireq), &resp, sizeof(resp)); if (ret) { pr_err("scm_call to unload app (id = %d) failed\n", app_id); return -EFAULT; pr_err("scm_call to unload app (id = %d) failed ret: %d\n", app_id, ret); return ret; } switch (resp.result) { case QSEOS_RESULT_SUCCESS: Loading Loading
drivers/misc/qseecom.c +3 −2 Original line number Diff line number Diff line Loading @@ -3037,8 +3037,9 @@ static int __qseecom_unload_app(struct qseecom_dev_handle *data, sizeof(struct qseecom_unload_app_ireq), &resp, sizeof(resp)); if (ret) { pr_err("scm_call to unload app (id = %d) failed\n", app_id); return -EFAULT; pr_err("scm_call to unload app (id = %d) failed ret: %d\n", app_id, ret); return ret; } switch (resp.result) { case QSEOS_RESULT_SUCCESS: Loading