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

Commit 7ff35010 authored by Ramesh V's avatar Ramesh V Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera_v2: isp: mark error print to debug



dual_irq_status print is not an error, mark as debug.

Change-Id: Ide00779219124f9e1bbe5d6ab1570df63266d83a
Signed-off-by: default avatarRamesh V <ramev@codeaurora.org>
parent 4c16f4bd
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);