]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
usb: ehci: don't print debug output
authorLucas Stach <dev@lynxeye.de>
Thu, 27 Sep 2012 22:26:19 +0000 (00:26 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:00 +0000 (11:54 -0700)
This is clearly some sort of debug output and should not
be printed during normal operation.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
drivers/usb/host/ehci-hcd.c

index 8537201c19b98ac11e6ff2c4099f64df8af825e0..d90e94d8109d02065b88afc3c3fd0fca0824f5c7 100644 (file)
@@ -874,7 +874,7 @@ int usb_lowlevel_init(int index, void **controller)
 
        reg = ehci_readl(&ehcic[index].hccr->cr_hcsparams);
        descriptor.hub.bNbrPorts = HCS_N_PORTS(reg);
-       printf("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts);
+       debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts);
        /* Port Indicators */
        if (HCS_INDICATOR(reg))
                put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics)