projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5600efb
)
ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selected
author
Jiri Pinkava
<
[email protected]
>
Tue, 25 May 2010 07:48:58 +0000
(09:48 +0200)
committer
Linus Torvalds
<
[email protected]
>
Fri, 10 Sep 2010 01:57:23 +0000
(18:57 -0700)
[cjb: fix line-wrapped patch]
Signed-off-by: Jiri Pinkava <
[email protected]
>
Signed-off-by: Chris Ball <
[email protected]
>
Cc: Matt Fleming <
[email protected]
>
Cc: Russell King <
[email protected]
>
Cc: Ben Dooks <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/mmc/host/s3cmci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/s3cmci.c
b/drivers/mmc/host/s3cmci.c
index 2e16e0a90a5e1a5d8d3d7487727baa39d701b8fb..976330de379ecc78cbe91f19c4bd9495d4722dae 100644
(file)
--- a/
drivers/mmc/host/s3cmci.c
+++ b/
drivers/mmc/host/s3cmci.c
@@
-1600,7
+1600,7
@@
static int __devinit s3cmci_probe(struct platform_device *pdev)
host->pio_active = XFER_NONE;
#ifdef CONFIG_MMC_S3C_PIODMA
- host->dodma = host->pdata->dma;
+ host->dodma = host->pdata->
use_
dma;
#endif
host->mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);