diff options
-rw-r--r-- | drivers/ide/au1xxx-ide.c | 4 | ||||
-rw-r--r-- | drivers/ide/pmac.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ide/au1xxx-ide.c b/drivers/ide/au1xxx-ide.c index e2fd378ba9de..bd0930a60b0c 100644 --- a/drivers/ide/au1xxx-ide.c +++ b/drivers/ide/au1xxx-ide.c | |||
@@ -299,8 +299,8 @@ static int auide_dma_test_irq(ide_drive_t *drive) | |||
299 | */ | 299 | */ |
300 | drive->waiting_for_dma++; | 300 | drive->waiting_for_dma++; |
301 | if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) { | 301 | if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) { |
302 | printk(KERN_WARNING "%s: timeout waiting for ddma to \ | 302 | printk(KERN_WARNING "%s: timeout waiting for ddma to complete\n", |
303 | complete\n", drive->name); | 303 | drive->name); |
304 | return 1; | 304 | return 1; |
305 | } | 305 | } |
306 | udelay(10); | 306 | udelay(10); |
diff --git a/drivers/ide/pmac.c b/drivers/ide/pmac.c index 9fae1fb1468b..850ee452e9bb 100644 --- a/drivers/ide/pmac.c +++ b/drivers/ide/pmac.c | |||
@@ -1650,8 +1650,8 @@ pmac_ide_dma_test_irq (ide_drive_t *drive) | |||
1650 | if ((status & FLUSH) == 0) | 1650 | if ((status & FLUSH) == 0) |
1651 | break; | 1651 | break; |
1652 | if (++timeout > 100) { | 1652 | if (++timeout > 100) { |
1653 | printk(KERN_WARNING "ide%d, ide_dma_test_irq \ | 1653 | printk(KERN_WARNING "ide%d, ide_dma_test_irq timeout flushing channel\n", |
1654 | timeout flushing channel\n", hwif->index); | 1654 | hwif->index); |
1655 | break; | 1655 | break; |
1656 | } | 1656 | } |
1657 | } | 1657 | } |