mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
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>
This commit is contained in:
parent
a896211ff1
commit
7a46b2c7f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue