summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 13:23:32 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:05 +0200
commite1bc7e2bdc21203502148805ce31f4bc379d6076 (patch)
treef0c36b01f26feee87779b7158ee70902f674ff02
parent4ebfd76352c691a2b04bf657b031451898cdde4e (diff)
musb: Update print for change in 3.0
Change-Id: Ic543021ab89f519ac8811b4608ce9e7ac04ef464 Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
-rw-r--r--drivers/usb/musb/musb_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c
index 19b3fa625df..e825d3ff956 100644
--- a/drivers/usb/musb/musb_host.c
+++ b/drivers/usb/musb/musb_host.c
@@ -129,7 +129,7 @@ static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep)
retries--;
if (retries == 0) {
/* can happen if the USB clocks are OFF */
- DBG(3, "Could not flush host TX%d "
+ dev_dbg(musb->controller, "Could not flush host TX%d "
"fifo: csr=0x%04x\n", ep->epnum, csr);
break;
}