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

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

msm: ais: Fix formatting error



This patch fixes %x to %llx to match the data type.

Change-Id: I56029e48e491bd4ef5c882b369637fcf645ff1c2
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
@@ -681,7 +681,7 @@ static int cam_ois_pkt_parse(struct cam_ois_ctrl_t *o_ctrl, void *arg)
	cam_ois_power_down(o_ctrl);
rel_pkt:
	if (cam_mem_put_cpu_buf(dev_config.packet_handle))
		CAM_WARN(CAM_OIS, "Fail in put buffer: 0x%x",
		CAM_WARN(CAM_OIS, "Fail in put buffer: 0x%llx",
			dev_config.packet_handle);

	return rc;