From: Bartlomiej Zolnierkiewicz Date: Tue, 6 Jan 2009 16:20:58 +0000 (+0100) Subject: ide: remove superfluous hwif variable assignment from ide_timer_expiry() X-Git-Tag: v2.6.29-rc1~231^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1b1cd9a23dfa9b33267519ee7c228da708ddaf6;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 442904f..2fe5a70 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c @@ -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,