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

Commit 0c78ec2e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents d65afead 4e3c8ba9
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;
	}