dmaengine/dma_slave: introduce inline wrappers
[cascardo/linux.git] / drivers / mmc / host / atmel-mci.c
index 3ba865d..492854b 100644 (file)
@@ -875,7 +875,7 @@ atmci_prepare_data_dma(struct atmel_mci *host, struct mmc_data *data)
                        data->sg_len, direction);
 
        dmaengine_slave_config(chan, &host->dma_conf);
-       desc = chan->device->device_prep_slave_sg(chan,
+       desc = dmaengine_prep_slave_sg(chan,
                        data->sg, sglen, slave_dirn,
                        DMA_PREP_INTERRUPT | DMA_CTRL_ACK);
        if (!desc)