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

Commit 4e3c8ba9 authored by Yi Huang's avatar Yi Huang
Browse files

msm: ais: fix the camera bug that causes build errors



Make '%' conversions consistent with the data arguments
and correct the format.

Change-Id: Ibcd384040f4083371091b0d7f906574766a9e89d
Signed-off-by: default avatarYi Huang <huanyi@codeaurora.org>
parent 7adf0889
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2185,7 +2185,7 @@ static int __cam_isp_ctx_dump_req_info(struct cam_context *ctx,
	uint8_t *dst;

	if (!req || !ctx || !offset || !cpu_addr || !buf_len) {
		CAM_ERR(CAM_ISP, "Invalid parameters %pK %pK %u %pK %pK %pK ",
		CAM_ERR(CAM_ISP, "Invalid parameters %pK %pK %pK %lx %zu ",
			req, ctx, offset, cpu_addr, buf_len);
		return -EINVAL;
	}