diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/pci/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c index 055187bc255a..42ba0e2da1a0 100644 --- a/arch/x86/pci/i386.c +++ b/arch/x86/pci/i386.c | |||
@@ -37,7 +37,7 @@ static int | |||
37 | skip_isa_ioresource_align(struct pci_dev *dev) { | 37 | skip_isa_ioresource_align(struct pci_dev *dev) { |
38 | 38 | ||
39 | if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && | 39 | if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && |
40 | (dev->bus->bridge_ctl & PCI_BRIDGE_CTL_NO_ISA)) | 40 | !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) |
41 | return 1; | 41 | return 1; |
42 | return 0; | 42 | return 0; |
43 | } | 43 | } |