diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/pseries/eeh_cache.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh_cache.c b/arch/powerpc/platforms/pseries/eeh_cache.c index 9fe2a7de04c..ff6c938f424 100644 --- a/arch/powerpc/platforms/pseries/eeh_cache.c +++ b/arch/powerpc/platforms/pseries/eeh_cache.c | |||
@@ -307,6 +307,9 @@ void __init pci_addr_cache_build(void) | |||
307 | /* Save the BAR's; firmware doesn't restore these after EEH reset */ | 307 | /* Save the BAR's; firmware doesn't restore these after EEH reset */ |
308 | dn = pci_device_to_OF_node(dev); | 308 | dn = pci_device_to_OF_node(dev); |
309 | eeh_save_bars(dev, PCI_DN(dn)); | 309 | eeh_save_bars(dev, PCI_DN(dn)); |
310 | |||
311 | pci_dev_get (dev); /* matching put is in eeh_remove_device() */ | ||
312 | PCI_DN(dn)->pcidev = dev; | ||
310 | } | 313 | } |
311 | 314 | ||
312 | #ifdef DEBUG | 315 | #ifdef DEBUG |