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

Commit f5b5a8cb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera_v2: isp: mark error print to debug"

parents bcb668a4 7ff35010
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ void msm_vfe48_clear_dual_irq_status(struct vfe_device *vfe_dev,
			(*dual_irq_status &
			msm_camera_io_r(vfe_dev->camss_base + 0x140)) &&
			(count < MAX_RECOVERY_THRESHOLD)) {
			pr_err("%s: problem with clear try again status %x\n",
			pr_debug("%s: problem with clear try again status %x\n",
			__func__, msm_camera_io_r(vfe_dev->camss_base + 0x140));
			msm_camera_io_w(*dual_irq_status,
				vfe_dev->camss_base + 0x13C);