Removed debug statement, not needed anymore
authorJohn Hodge <[email protected]>
Sun, 20 Jun 2010 06:08:46 +0000 (14:08 +0800)
committerJohn Hodge <[email protected]>
Sun, 20 Jun 2010 06:08:46 +0000 (14:08 +0800)
Kernel/drv/pci.c

index 7ebab74..1812a54 100644 (file)
@@ -141,7 +141,6 @@ int PCI_ScanBus(int BusID)
        {\r
                for( fcn = 0; fcn < 8; fcn++ )  // Max 8 functions per device\r
                {\r
-                       Debug("%i:%i:%i", BusID, dev, fcn);\r
                        // Check if the device/function exists\r
                        if(!PCI_EnumDevice(BusID, dev, fcn, &devInfo))\r
                                continue;\r

UCC git Repository :: git.ucc.asn.au