summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 13:23:32 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:40 +0200
commit52c877ae890d18898f2ef2e7fca6757c87d39b09 (patch)
tree253da42f54f1fbf17915893d159e6f257ea397c7
parent1c636e0a65b05bc1488e24f6301e1ad87495f367 (diff)
musb: Update for 3.0
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;
}