Skip to content

Commit

Permalink
ide: remove superfluous hwif variable assignment from ide_timer_expiry()
Browse files Browse the repository at this point in the history
There should be no functional changes caused by this patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 6, 2009
1 parent 8c6de94 commit b1b1cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ide/ide-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ void ide_timer_expiry (unsigned long data)
* globally mask the specific IRQ:
*/
spin_unlock(&hwif->lock);
hwif = drive->hwif;
/* disable_irq_nosync ?? */
disable_irq(hwif->irq);
/* local CPU only,
Expand Down

0 comments on commit b1b1cd9

Please sign in to comment.