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

Commit 949fd081 authored by Arun KS's avatar Arun KS
Browse files

msm: ais: Fix CAM_ERR errors



This patch changes '%lld' to '%d' to match their data types.

Change-Id: I69ebad0f45170a248924700adf8a645f4db593a1
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
@@ -153,7 +153,7 @@ static int32_t cam_sensor_i2c_pkt_parse(struct cam_sensor_ctrl_t *s_ctrl,
		csl_packet->header.request_id <= s_ctrl->last_flush_req
		&& s_ctrl->last_flush_req != 0) {
		CAM_ERR(CAM_SENSOR,
			"reject request %lld, last request to flush %lld",
			"reject request %lld, last request to flush %d",
			csl_packet->header.request_id, s_ctrl->last_flush_req);
		rc = -EINVAL;
		goto rel_pkt_buf;