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

Commit 8a7a022a authored by Arun KS's avatar Arun KS
Browse files

msm: ais: Fix unused format specifier



This patch removes the unused format specifier %d from CAM_WARN

Change-Id: Ia7b4fee89e0e52f225ccf5df7836a055671766e4
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
@@ -685,7 +685,7 @@ static int cam_fd_mgr_util_prepare_io_buf_info(int32_t iommu_hdl,
				if (cam_mem_put_cpu_buf(
					io_cfg[i].mem_handle[j]))
					CAM_WARN(CAM_FD,
						"Invalid cpu buf %d %d %d %d",
						"Invalid cpu buf %d %d %d",
						io_cfg[i].direction,
						io_cfg[i].resource_type, j);
			}