Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1b1cd9a authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: remove superfluous hwif variable assignment from ide_timer_expiry()



There should be no functional changes caused by this patch.

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 8c6de94c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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,