ide: remove superfluous hwif variable assignment from ide_timer_expiry()

There should be no functional changes caused by this patch.
Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 8c6de94c
...@@ -946,7 +946,6 @@ void ide_timer_expiry (unsigned long data) ...@@ -946,7 +946,6 @@ void ide_timer_expiry (unsigned long data)
* globally mask the specific IRQ: * globally mask the specific IRQ:
*/ */
spin_unlock(&hwif->lock); spin_unlock(&hwif->lock);
hwif = drive->hwif;
/* disable_irq_nosync ?? */ /* disable_irq_nosync ?? */
disable_irq(hwif->irq); disable_irq(hwif->irq);
/* local CPU only, /* local CPU only,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册