summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 13:23:32 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:50:44 +0200
commit953e634efb9c882766047609fd3395fb589bc1d6 (patch)
tree7b5cd48a5ffb7c58f2088c1b395d3940938ef470
parent33377203c4630ff7c036f8f1f0deac64f1f0fbc2 (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;
}