diff options
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
-rw-r--r-- | drivers/mmc/host/atmel-mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index e4449a54ae8f..390863e7efbd 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c | |||
@@ -1975,7 +1975,7 @@ static bool atmci_configure_dma(struct atmel_mci *host) | |||
1975 | return false; | 1975 | return false; |
1976 | } else { | 1976 | } else { |
1977 | dev_info(&host->pdev->dev, | 1977 | dev_info(&host->pdev->dev, |
1978 | "Using %s for DMA transfers\n", | 1978 | "using %s for DMA transfers\n", |
1979 | dma_chan_name(host->dma.chan)); | 1979 | dma_chan_name(host->dma.chan)); |
1980 | return true; | 1980 | return true; |
1981 | } | 1981 | } |