diff options
Diffstat (limited to 'drivers/ide/setup-pci.c')
| -rw-r--r-- | drivers/ide/setup-pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index c1b609d9cb2..804c3ef245f 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c @@ -125,7 +125,7 @@ int ide_pci_check_simplex(ide_hwif_t *hwif, const struct ide_port_info *d)  	 * we tune the drive then try to grab DMA ownership if we want to be  	 * the DMA end.  This has to be become dynamic to handle hot-plug.  	 */ -	dma_stat = hwif->read_sff_dma_status(hwif); +	dma_stat = hwif->tp_ops->read_sff_dma_status(hwif);  	if ((dma_stat & 0x80) && hwif->mate && hwif->mate->dma_base) {  		printk(KERN_INFO "%s: simplex device: DMA disabled\n", d->name);  		return -1;  |