Merge "msm: camera: isp: Reset frameskip range during streamoff"

This commit is contained in:
Linux Build Service Account 2017-10-16 02:48:26 -07:00 committed by Gerrit - the friendly Code Review server
commit 5eef2bb525

View file

@ -2916,6 +2916,8 @@ static void __msm_isp_stop_axi_streams(struct vfe_device *vfe_dev,
* those state transitions instead of directly forcing stream to
* be INACTIVE
*/
memset(&stream_info->sw_skip, 0,
sizeof(struct msm_isp_sw_framskip));
intf = SRC_TO_INTF(stream_info->stream_src);
if (stream_info->lpm_mode == 0 &&
stream_info->state != PAUSED) {