summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 13:23:32 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:16:41 +0200
commit67e41f2a5cba658a66574281d00cb8c6629d7bdc (patch)
tree272b1170abf44bacdf6d6cc3e9011839e733d309
parent50cf0204326f2678cdc62833b721591e39c21cb6 (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 bafe726ef2a..73ebcca75b0 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;
}