OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3891dc
)
mmc: atmel-mci: fix typo
author
Ludovic Desroches
<ludovic.desroches@atmel.com>
Thu, 9 Feb 2012 15:33:54 +0000
(16:33 +0100)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/atmel-mci.c
b/drivers/mmc/host/atmel-mci.c
index
e4449a5
..
390863e
100644
(file)
--- 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,
- "
U
sing %s for DMA transfers\n",
+ "
u
sing %s for DMA transfers\n",
dma_chan_name(host->dma.chan));
return true;
}