git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a7da92
)
Removed debug statement, not needed anymore
author
John Hodge
<
[email protected]
>
Sun, 20 Jun 2010 06:08:46 +0000
(14:08 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 20 Jun 2010 06:08:46 +0000
(14:08 +0800)
Kernel/drv/pci.c
patch
|
blob
|
history
diff --git
a/Kernel/drv/pci.c
b/Kernel/drv/pci.c
index
7ebab74
..
1812a54
100644
(file)
--- a/
Kernel/drv/pci.c
+++ b/
Kernel/drv/pci.c
@@
-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