diff options
Diffstat (limited to 'arch/ppc64/kernel/iSeries_pci.c')
-rw-r--r-- | arch/ppc64/kernel/iSeries_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/iSeries_pci.c b/arch/ppc64/kernel/iSeries_pci.c index 1bff515bd298..1313a7a2f005 100644 --- a/arch/ppc64/kernel/iSeries_pci.c +++ b/arch/ppc64/kernel/iSeries_pci.c | |||
@@ -497,7 +497,6 @@ static int scan_bridge_slot(HvBusNumber Bus, | |||
497 | 497 | ||
498 | ++DeviceCount; | 498 | ++DeviceCount; |
499 | node = build_device_node(Bus, SubBus, EADsIdSel, Function); | 499 | node = build_device_node(Bus, SubBus, EADsIdSel, Function); |
500 | node->Vendor = VendorId; | ||
501 | node->Irq = Irq; | 500 | node->Irq = Irq; |
502 | node->LogicalSlot = BridgeInfo->logicalSlotNumber; | 501 | node->LogicalSlot = BridgeInfo->logicalSlotNumber; |
503 | 502 | ||