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

Commit 854414db authored by Viswanadha Raju Thotakura's avatar Viswanadha Raju Thotakura Committed by Soundrapandian Jeyaprakash
Browse files

msm: camera: Reset combo mode flag during stream off



Stale values can lead to unusual scenarios.
Reset combo mode flag during stream off.

Change-Id: I7346f91e4c39d4d0b11ac87dbbb8bbc826f83a25
Signed-off-by: default avatarViswanadha Raju Thotakura <viswanad@codeaurora.org>
parent 4e39c731
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -449,6 +449,7 @@ int32_t cam_csiphy_core_cfg(void *phy_dev,
			CAM_ERR(CAM_CSIPHY, "de-voting CPAS: %d", rc);
			goto release_mutex;
		}
		csiphy_dev->csiphy_info.combo_mode = 0;
		csiphy_dev->csiphy_state = CAM_CSIPHY_STOP;
	}
		break;