mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 22:10:24 +00:00
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>
This commit is contained in:
parent
8c6de94cfa
commit
b1b1cd9a23
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user