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

Commit 9dbcc76a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm_serial_hs: fix compilation warning"

parents 6dfb4467 faba187f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2833,9 +2833,9 @@ static int msm_hs_sps_init_ep_conn(struct msm_hs_port *msm_uport,
	/* Now save the sps pipe handle */
	ep->pipe_handle = sps_pipe_handle;
	pr_debug("msm_serial_hs: success !! %s: pipe_handle=0x%x\n"
		"desc_fifo.phys_base=0x%x\n",
		"desc_fifo.phys_base=0x%llx\n",
		is_producer ? "READ" : "WRITE",
		(u32)sps_pipe_handle, sps_config->desc.phys_base);
		(u32) sps_pipe_handle, (u64) sps_config->desc.phys_base);
	return 0;

get_config_err: