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>
This commit is contained in:
Ludovic Desroches 2012-02-09 16:33:54 +01:00 committed by Chris Ball
parent e3891dc5c5
commit b81cfc4130

View 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;
}