diff options
-rw-r--r-- | drivers/ide/ide-io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 442904f0d626..2fe5a7088744 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -946,7 +946,6 @@ void ide_timer_expiry (unsigned long data) | |||
946 | * globally mask the specific IRQ: | 946 | * globally mask the specific IRQ: |
947 | */ | 947 | */ |
948 | spin_unlock(&hwif->lock); | 948 | spin_unlock(&hwif->lock); |
949 | hwif = drive->hwif; | ||
950 | /* disable_irq_nosync ?? */ | 949 | /* disable_irq_nosync ?? */ |
951 | disable_irq(hwif->irq); | 950 | disable_irq(hwif->irq); |
952 | /* local CPU only, | 951 | /* local CPU only, |