removed unneeded printouts

This commit is contained in:
Markus Fröschle
2013-11-07 19:49:01 +00:00
parent 0e8187afab
commit 0b5519fa76

View File

@@ -529,8 +529,6 @@ void init_usb(void)
if (PCI_CLASS_CODE(class) == PCI_CLASS_SERIAL_USB) if (PCI_CLASS_CODE(class) == PCI_CLASS_SERIAL_USB)
{ {
xprintf("serial USB found at #%x\r\n", handle); xprintf("serial USB found at #%x\r\n", handle);
xprintf("PCI_SUBCLASS(0x%08x) = 0x%06x (looking for 0x%06x\r\n",
class, PCI_SUBCLASS(class), PCI_CLASS_SERIAL_USB_EHCI);
if (PCI_SUBCLASS(class) == PCI_CLASS_SERIAL_USB_EHCI) if (PCI_SUBCLASS(class) == PCI_CLASS_SERIAL_USB_EHCI)
{ {
board = ehci_usb_pci_table; board = ehci_usb_pci_table;