aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/pdc202xx_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/pdc202xx_old.c')
-rw-r--r--drivers/ide/pci/pdc202xx_old.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/pdc202xx_old.c b/drivers/ide/pci/pdc202xx_old.c
index 3a1e081fe390..ea66383c5579 100644
--- a/drivers/ide/pci/pdc202xx_old.c
+++ b/drivers/ide/pci/pdc202xx_old.c
@@ -334,7 +334,7 @@ static void __devinit init_dma_pdc202xx(ide_hwif_t *hwif, unsigned long dmabase)
334 u8 udma_speed_flag = 0, primary_mode = 0, secondary_mode = 0; 334 u8 udma_speed_flag = 0, primary_mode = 0, secondary_mode = 0;
335 335
336 if (hwif->channel) { 336 if (hwif->channel) {
337 ide_setup_dma(hwif, dmabase, 8); 337 ide_setup_dma(hwif, dmabase);
338 return; 338 return;
339 } 339 }
340 340
@@ -358,7 +358,7 @@ static void __devinit init_dma_pdc202xx(ide_hwif_t *hwif, unsigned long dmabase)
358 } 358 }
359#endif /* CONFIG_PDC202XX_BURST */ 359#endif /* CONFIG_PDC202XX_BURST */
360 360
361 ide_setup_dma(hwif, dmabase, 8); 361 ide_setup_dma(hwif, dmabase);
362} 362}
363 363
364static void __devinit pdc202ata4_fixup_irq(struct pci_dev *dev, 364static void __devinit pdc202ata4_fixup_irq(struct pci_dev *dev,