diff options
| -rw-r--r-- | arch/powerpc/kernel/eeh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c index 76253eb146be..a4c62eb0ee48 100644 --- a/arch/powerpc/kernel/eeh.c +++ b/arch/powerpc/kernel/eeh.c | |||
| @@ -1053,7 +1053,7 @@ void eeh_add_device_early(struct pci_dn *pdn) | |||
| 1053 | struct pci_controller *phb; | 1053 | struct pci_controller *phb; |
| 1054 | struct eeh_dev *edev = pdn_to_eeh_dev(pdn); | 1054 | struct eeh_dev *edev = pdn_to_eeh_dev(pdn); |
| 1055 | 1055 | ||
| 1056 | if (!edev) | 1056 | if (!edev || !eeh_enabled()) |
| 1057 | return; | 1057 | return; |
| 1058 | 1058 | ||
| 1059 | /* USB Bus children of PCI devices will not have BUID's */ | 1059 | /* USB Bus children of PCI devices will not have BUID's */ |
