mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Consistency
This commit is contained in:
parent
e29be5e342
commit
7bd3e883d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user