From 0b5519fa76d2e4447e924bad18872c6bdd9fc217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 7 Nov 2013 19:49:01 +0000 Subject: [PATCH] removed unneeded printouts --- sources/sysinit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index 69f3a4a..c0647f1 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -529,8 +529,6 @@ void init_usb(void) if (PCI_CLASS_CODE(class) == PCI_CLASS_SERIAL_USB) { 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) { board = ehci_usb_pci_table;