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

Commit af27416f authored by Karthik Anantha Ram's avatar Karthik Anantha Ram Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Correct acquire dump log



Print the split id correctly as part of the acquire
failure dump.

CRs-Fixed: 2541667
Change-Id: Ie7156e35458027e24cea1993e487bfe38fcc2324
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 1aadfe80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@ static void cam_ife_hw_mgr_dump_acq_data(
			if (hw_res && hw_res->hw_intf)
				CAM_INFO(CAM_ISP,
					"IFE out split_id: %d res_id: 0x%x hw_idx: %u state: %s",
					i, hw_res->res_id,
					j, hw_res->res_id,
					hw_res->hw_intf->hw_idx,
					cam_ife_hw_mgr_get_res_state
					(hw_res->res_state));