diff options
Diffstat (limited to 'drivers/parisc/lba_pci.c')
| -rw-r--r-- | drivers/parisc/lba_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parisc/lba_pci.c b/drivers/parisc/lba_pci.c index d8233de8c75..59fbbf12836 100644 --- a/drivers/parisc/lba_pci.c +++ b/drivers/parisc/lba_pci.c | |||
| @@ -644,7 +644,7 @@ lba_fixup_bus(struct pci_bus *bus) | |||
| 644 | ** Properly Setup MMIO resources for this bus. | 644 | ** Properly Setup MMIO resources for this bus. |
| 645 | ** pci_alloc_primary_bus() mangles this. | 645 | ** pci_alloc_primary_bus() mangles this. |
| 646 | */ | 646 | */ |
| 647 | if (bus->self) { | 647 | if (bus->parent) { |
| 648 | int i; | 648 | int i; |
| 649 | /* PCI-PCI Bridge */ | 649 | /* PCI-PCI Bridge */ |
| 650 | pci_read_bridge_bases(bus); | 650 | pci_read_bridge_bases(bus); |
| @@ -802,7 +802,7 @@ lba_fixup_bus(struct pci_bus *bus) | |||
| 802 | ** Can't fixup here anyway....garr... | 802 | ** Can't fixup here anyway....garr... |
| 803 | */ | 803 | */ |
| 804 | if (fbb_enable) { | 804 | if (fbb_enable) { |
| 805 | if (bus->self) { | 805 | if (bus->parent) { |
| 806 | u8 control; | 806 | u8 control; |
| 807 | /* enable on PPB */ | 807 | /* enable on PPB */ |
| 808 | (void) pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &control); | 808 | (void) pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &control); |
