http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29be5e
)
Consistency
author
Michael Brown
<mcb30@etherboot.org>
Sat, 16 Apr 2005 11:43:16 +0000
(11:43 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 16 Apr 2005 11:43:16 +0000
(11:43 +0000)
src/drivers/bus/pci.c
patch
|
blob
|
history
diff --git
a/src/drivers/bus/pci.c
b/src/drivers/bus/pci.c
index
7c4e46a
..
37aa1cd
100644
(file)
--- a/
src/drivers/bus/pci.c
+++ b/
src/drivers/bus/pci.c
@@
-31,8
+31,9
@@
static int fill_pci_device ( struct pci_device *pci ) {
int reg;
/* Check bus is within range */
- if ( PCI_BUS ( pci->busdevfn ) > pci_max_bus )
+ if ( PCI_BUS ( pci->busdevfn ) > pci_max_bus )
{
return 0;
+ }
/* Check to see if we've cached the result that this is a
* non-zero function on a non-existent card. This is done to