summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
diff options
context:
space:
mode:
authorLudovic Desroches2012-02-09 16:33:54 +0100
committerChris Ball2012-03-27 18:19:47 +0200
commitb81cfc413047181a8f2599cacf927dc09a81a123 (patch)
tree47b84bbb3aa4f57ba05c0015a18f1c09312331fb /drivers/mmc/host/atmel-mci.c
parentmmc: dw_mmc: shift with slot-id for CLKENA register (diff)
downloadkernel-qcow2-linux-b81cfc413047181a8f2599cacf927dc09a81a123.tar.gz
kernel-qcow2-linux-b81cfc413047181a8f2599cacf927dc09a81a123.tar.xz
kernel-qcow2-linux-b81cfc413047181a8f2599cacf927dc09a81a123.zip
mmc: atmel-mci: fix typo
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
-rw-r--r--drivers/mmc/host/atmel-mci.c2
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)
return false;
} else {
dev_info(&host->pdev->dev,
- "Using %s for DMA transfers\n",
+ "using %s for DMA transfers\n",
dma_chan_name(host->dma.chan));
return true;
}