diff mbox

twl4030_usb porting advice

Message ID 20101217124353.GE2653@legolas.emea.dhcp.ti.com (mailing list archive)
State Not Applicable, archived
Delegated to: Felipe Balbi
Headers show

Commit Message

Felipe Balbi Dec. 17, 2010, 12:43 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c
index 6e25996..7fdaecf 100644
--- a/drivers/usb/host/ehci-dbg.c
+++ b/drivers/usb/host/ehci-dbg.c
@@ -330,7 +330,7 @@  dbg_port_buf (char *buf, unsigned len, const char *label, int port, u32 status)
  #define dbg_cmd(ehci, label, command) { \
         char _buf [80]; \
         dbg_command_buf (_buf, sizeof _buf, label, command); \
-       ehci_dbg (ehci, "%s\n", _buf); \
+       ehci_info (ehci, "%s\n", _buf); \
  }
  
  #define dbg_port(ehci, label, port, status) { \