From: Andrew Morton Cc: Sergei Shtylyov Cc: Bartlomiej Zolnierkiewicz Cc: Alan Cox Signed-off-by: Andrew Morton --- drivers/ide/pci/hpt366.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/ide/pci/hpt366.c~hpt370-clean-up-dma-timeout-handling-cleanup drivers/ide/pci/hpt366.c --- a/drivers/ide/pci/hpt366.c~hpt370-clean-up-dma-timeout-handling-cleanup +++ a/drivers/ide/pci/hpt366.c @@ -725,7 +725,6 @@ static int hpt370_ide_dma_end(ide_drive_ udelay(20); dma_stat = hwif->INB(hwif->dma_status); if (dma_stat & 0x01) - /* fallthrough */ hpt370_irq_timeout(drive); } return __ide_dma_end(drive); _