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

Commit 118e7e1f authored by Anant Goel's avatar Anant Goel
Browse files

usb: dwc3-msm: Fix formatting error in dev_dbg



This patch changes '%llx' to '%x' to match the data type.

Change-Id: I563bbf5e3f56e1a007c38843b75ed60939c8045c
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent 7aeef01a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1351,7 +1351,7 @@ static void gsi_configure_ep(struct usb_ep *ep, struct usb_gsi_request *request)
	dwc3_msm_write_reg_field(mdwc->base,
			GSI_DBL_ADDR_L(mdwc->gsi_reg[DBL_ADDR_L], (n)),
			~0x0, (u32)mdwc->dummy_gsi_db_dma);
	dev_dbg(mdwc->dev, "Dummy DB Addr %pK: %llx %llx (LSB)\n",
	dev_dbg(mdwc->dev, "Dummy DB Addr %pK: %llx %x (LSB)\n",
		&mdwc->dummy_gsi_db, mdwc->dummy_gsi_db_dma,
		(u32)mdwc->dummy_gsi_db_dma);