aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e41488e1ed4..ca51460af75 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -1008,7 +1008,7 @@ static void ide_do_request (ide_hwgroup_t *hwgroup, int masked_irq)
1008 * set nIEN for previous hwif, drives in the 1008 * set nIEN for previous hwif, drives in the
1009 * quirk_list may not like intr setups/cleanups 1009 * quirk_list may not like intr setups/cleanups
1010 */ 1010 */
1011 if (drive->quirk_list != 1) 1011 if (drive->quirk_list == 0)
1012 hwif->tp_ops->set_irq(hwif, 0); 1012 hwif->tp_ops->set_irq(hwif, 0);
1013 } 1013 }
1014 hwgroup->hwif = hwif; 1014 hwgroup->hwif = hwif;