diff options
-rw-r--r-- | drivers/usb/musb/musb_host.c | 2 |
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; } |