aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r--drivers/ide/ide-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index e6bb9cf24e3..4bddef0c0b9 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -1487,7 +1487,7 @@ irqreturn_t ide_intr (int irq, void *dev_id)
1487 * remove all the ifdef PCI crap 1487 * remove all the ifdef PCI crap
1488 */ 1488 */
1489#ifdef CONFIG_BLK_DEV_IDEPCI 1489#ifdef CONFIG_BLK_DEV_IDEPCI
1490 if (hwif->pci_dev && !hwif->pci_dev->vendor) 1490 if (hwif->chipset != ide_pci)
1491#endif /* CONFIG_BLK_DEV_IDEPCI */ 1491#endif /* CONFIG_BLK_DEV_IDEPCI */
1492 { 1492 {
1493 /* 1493 /*