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

Commit 30a161f6 authored by Venu Yeshala's avatar Venu Yeshala Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Avoid information leak in ISPIF



Change the format specifier in a debug print for ISPIF base
address to avoid information leak.

Change-Id: Ic6c799349ea98448da113d8710300934d77079b8
Signed-off-by: default avatarVenu Yeshala <vyeshala@codeaurora.org>
parent c34c9ffc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ static int msm_ispif_reset(struct ispif_device *ispif)
			ispif->base + ISPIF_VFE_m_INTF_CMD_0(i));
		msm_camera_io_w(ISPIF_STOP_INTF_IMMEDIATELY,
			ispif->base + ISPIF_VFE_m_INTF_CMD_1(i));
		pr_debug("%s: base %lx", __func__, (unsigned long)ispif->base);
		pr_debug("%s: base %pK", __func__, ispif->base);
		msm_camera_io_w(0, ispif->base +
			ISPIF_VFE_m_PIX_INTF_n_CID_MASK(i, 0));
		msm_camera_io_w(0, ispif->base +