1
0
Fork 0

usb: ehci: don't print debug output

This is clearly some sort of debug output and should not
be printed during normal operation.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
utp
Lucas Stach 2012-09-28 00:26:19 +02:00 committed by Tom Rini
parent a896211ff1
commit 7a46b2c7f2
1 changed files with 1 additions and 1 deletions

View 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)