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

Commit f57ccdf2 authored by Arun KS's avatar Arun KS
Browse files

msm: ais: Fix CAM_INFO format error



This patch changes '%x' to '%llx' to match their data types.

Change-Id: I546ddccb64110384945aea99a83be2fd69d440cb
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 65119ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ int cam_packet_util_process_patches(struct cam_packet *packet,

		if (pf_dump_flag) {
			CAM_INFO(CAM_UTIL,
				"patch[%d]: patched addr 0x%x sz 0x%x offset:0x%x",
				"patch[%d]: patched addr 0x%llx sz 0x%x offset:0x%x",
				i, *((uint64_t *)dst_cpu_addr),
				(uint32_t)src_buf_size,
				patch_desc[i].src_offset);