]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mmc: atmel-mci: fix typo
authorLudovic Desroches <ludovic.desroches@atmel.com>
Thu, 9 Feb 2012 15:33:54 +0000 (16:33 +0100)
committerChris Ball <cjb@laptop.org>
Tue, 27 Mar 2012 16:19:47 +0000 (12:19 -0400)
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>
drivers/mmc/host/atmel-mci.c

index e4449a54ae8f9fc68c3d9f719fe3a09e3e028adf..390863e7efbde4bb4ba37e210a1e694438b12cdd 100644 (file)
@@ -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;
        }