Loading drivers/ide/ide-io.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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, Loading Loading
drivers/ide/ide-io.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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, Loading