Loading drivers/misc/qseecom.c +5 −1 Original line number Diff line number Diff line Loading @@ -4341,6 +4341,7 @@ static int qseecom_load_external_elf(struct qseecom_dev_handle *data, { struct ion_handle *ihandle; /* Ion handle */ struct qseecom_load_img_req load_img_req; int uret = 0; int ret; ion_phys_addr_t pa = 0; size_t len; Loading Loading @@ -4444,8 +4445,11 @@ exit_disable_clock: exit_register_bus_bandwidth_needs: if (qseecom.support_bus_scaling) { mutex_lock(&qsee_bw_mutex); ret = qseecom_unregister_bus_bandwidth_needs(data); uret = qseecom_unregister_bus_bandwidth_needs(data); mutex_unlock(&qsee_bw_mutex); if (uret) pr_err("Failed to unregister bus bw needs %d, scm_call ret %d\n", uret, ret); } exit_cpu_restore: Loading Loading
drivers/misc/qseecom.c +5 −1 Original line number Diff line number Diff line Loading @@ -4341,6 +4341,7 @@ static int qseecom_load_external_elf(struct qseecom_dev_handle *data, { struct ion_handle *ihandle; /* Ion handle */ struct qseecom_load_img_req load_img_req; int uret = 0; int ret; ion_phys_addr_t pa = 0; size_t len; Loading Loading @@ -4444,8 +4445,11 @@ exit_disable_clock: exit_register_bus_bandwidth_needs: if (qseecom.support_bus_scaling) { mutex_lock(&qsee_bw_mutex); ret = qseecom_unregister_bus_bandwidth_needs(data); uret = qseecom_unregister_bus_bandwidth_needs(data); mutex_unlock(&qsee_bw_mutex); if (uret) pr_err("Failed to unregister bus bw needs %d, scm_call ret %d\n", uret, ret); } exit_cpu_restore: Loading