Loading drivers/ide/au1xxx-ide.c +2 −2 Original line number Diff line number Diff line Loading @@ -299,8 +299,8 @@ static int auide_dma_test_irq(ide_drive_t *drive) */ drive->waiting_for_dma++; if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) { printk(KERN_WARNING "%s: timeout waiting for ddma to \ complete\n", drive->name); printk(KERN_WARNING "%s: timeout waiting for ddma to complete\n", drive->name); return 1; } udelay(10); Loading drivers/ide/pmac.c +2 −2 Original line number Diff line number Diff line Loading @@ -1650,8 +1650,8 @@ pmac_ide_dma_test_irq (ide_drive_t *drive) if ((status & FLUSH) == 0) break; if (++timeout > 100) { printk(KERN_WARNING "ide%d, ide_dma_test_irq \ timeout flushing channel\n", hwif->index); printk(KERN_WARNING "ide%d, ide_dma_test_irq timeout flushing channel\n", hwif->index); break; } } Loading Loading
drivers/ide/au1xxx-ide.c +2 −2 Original line number Diff line number Diff line Loading @@ -299,8 +299,8 @@ static int auide_dma_test_irq(ide_drive_t *drive) */ drive->waiting_for_dma++; if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) { printk(KERN_WARNING "%s: timeout waiting for ddma to \ complete\n", drive->name); printk(KERN_WARNING "%s: timeout waiting for ddma to complete\n", drive->name); return 1; } udelay(10); Loading
drivers/ide/pmac.c +2 −2 Original line number Diff line number Diff line Loading @@ -1650,8 +1650,8 @@ pmac_ide_dma_test_irq (ide_drive_t *drive) if ((status & FLUSH) == 0) break; if (++timeout > 100) { printk(KERN_WARNING "ide%d, ide_dma_test_irq \ timeout flushing channel\n", hwif->index); printk(KERN_WARNING "ide%d, ide_dma_test_irq timeout flushing channel\n", hwif->index); break; } } Loading