mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 01:21:10 +03:00
Consistency
This commit is contained in:
@@ -31,8 +31,9 @@ static int fill_pci_device ( struct pci_device *pci ) {
|
|||||||
int reg;
|
int reg;
|
||||||
|
|
||||||
/* Check bus is within range */
|
/* Check bus is within range */
|
||||||
if ( PCI_BUS ( pci->busdevfn ) > pci_max_bus )
|
if ( PCI_BUS ( pci->busdevfn ) > pci_max_bus ) {
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Check to see if we've cached the result that this is a
|
/* 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
|
* non-zero function on a non-existent card. This is done to
|
||||||
|
|||||||
Reference in New Issue
Block a user