diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 11:20:58 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 11:20:58 -0500 |
commit | b1b1cd9a23dfa9b33267519ee7c228da708ddaf6 (patch) | |
tree | 54e06d44e519ebcff811be111d5229656e077205 /drivers/ide | |
parent | 8c6de94cfa07cf9f4651edd7e541ed4841c9f201 (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')
-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, |