Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f49b4dd0 authored by Wyes Karny's avatar Wyes Karny
Browse files

msm: camera: cdm: Fix deadlock issue in CDM handle error



Fix deadlock issue in CDM handle error.

CRs-Fixed: 3073203
Change-Id: Ia63e1841fc00e74e4c03a1d6b28e94814748aa8f
Signed-off-by: default avatarWyes Karny <wkarny@codeaurora.org>
parent 8a251d8a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1809,11 +1809,9 @@ int cam_hw_cdm_handle_error_info(

	if (node != NULL) {
		if (node->request_type == CAM_HW_CDM_BL_CB_CLIENT) {
			mutex_lock(&cdm_hw->hw_mutex);
			cam_cdm_notify_clients(cdm_hw,
					CAM_CDM_CB_STATUS_HW_ERROR,
					(void *)node);
			mutex_unlock(&cdm_hw->hw_mutex);
		} else if (node->request_type == CAM_HW_CDM_BL_CB_INTERNAL) {
			CAM_ERR(CAM_CDM, "Invalid node=%pK %d", node,
					node->request_type);