diff options
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r-- | arch/x86/pci/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 900e1a78c3e4..75fcc29ecf52 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
@@ -466,7 +466,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
466 | { | 466 | { |
467 | int err; | 467 | int err; |
468 | 468 | ||
469 | if ((err = pcibios_enable_resources(dev, mask)) < 0) | 469 | if ((err = pci_enable_resources(dev, mask)) < 0) |
470 | return err; | 470 | return err; |
471 | 471 | ||
472 | if (!dev->msi_enabled) | 472 | if (!dev->msi_enabled) |