aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-01-06 11:20:58 -0500
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-01-06 11:20:58 -0500
commitb1b1cd9a23dfa9b33267519ee7c228da708ddaf6 (patch)
tree54e06d44e519ebcff811be111d5229656e077205 /drivers/ide/ide-io.c
parent8c6de94cfa07cf9f4651edd7e541ed4841c9f201 (diff)
ide: remove superfluous hwif variable assignment from ide_timer_expiry()
There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r--drivers/ide/ide-io.c1
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,