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

Commit a8eb1b80 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: ife: Update resource state in tpg start" into camera-kernel.lnx.4.0

parents 34e23080 e1f751f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1684,6 +1684,8 @@ static int cam_ife_csid_tpg_start(struct cam_ife_csid_hw *csid_hw,
		CAM_DBG(CAM_ISP, "reg 0x%x = 0x%x", 0x600, val);
		CAM_DBG(CAM_ISP, "reg 0x%x = 0x%x", 0x600, val);
	}
	}


	res->res_state = CAM_ISP_RESOURCE_STATE_STREAMING;

	return 0;
	return 0;
}
}