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

Commit 59f64193 authored by VijayaKumar T M's avatar VijayaKumar T M 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.

CRs-Fixed: 2046770
Change-Id: Ic6c799349ea98448da113d8710300934d77079b8
Signed-off-by: default avatarVenu Yeshala <vyeshala@codeaurora.org>
Signed-off-by: default avatarVijayaKumar T M <vtmuni@codeaurora.org>
parent c6b2aed4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,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 +