|
@@ -1968,7 +1968,7 @@ static void dw_mci_init_dma(struct dw_mci *host)
|
|
/* Determine which DMA interface to use */
|
|
/* Determine which DMA interface to use */
|
|
#ifdef CONFIG_MMC_DW_IDMAC
|
|
#ifdef CONFIG_MMC_DW_IDMAC
|
|
host->dma_ops = &dw_mci_idmac_ops;
|
|
host->dma_ops = &dw_mci_idmac_ops;
|
|
- dev_info(&host->dev, "Using internal DMA controller.\n");
|
|
|
|
|
|
+ dev_info(host->dev, "Using internal DMA controller.\n");
|
|
#endif
|
|
#endif
|
|
|
|
|
|
if (!host->dma_ops)
|
|
if (!host->dma_ops)
|