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

Commit 073c0fd1 authored by Harsh Shah's avatar Harsh Shah
Browse files

msm: camera: isp: Fix the return value for CDM timeout error



In case CDM submit times out, the return value needs to be error
code. Without this change, the error is not propagated and the
session continues then causing a wait on requests, adding to the
delay of when the error is caught.

Change-Id: I670c9916e419876d19e0559645569e0837f9d0ce
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent 38bf0c90
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1780,8 +1780,6 @@ static int cam_ife_mgr_config_hw(void *hw_mgr_priv,
					"config done Success for req_id=%llu",
					cfg->request_id);
			}

			rc = 0;
		}
	} else {
		CAM_ERR(CAM_ISP, "No commands to config");