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:
parent
e3891dc5c5
commit
b81cfc4130
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue