All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: S3C: Fix a compilation error in MCI
@ 2010-02-02 12:40 Michel Pollet
  0 siblings, 0 replies; only message in thread
From: Michel Pollet @ 2010-02-02 12:40 UTC (permalink / raw)
  To: linux-arm-kernel

Refers to a non-existing (renamed?) field in the s3c24xx_mci_pdata
structure.

Signed-off-by: Michel Pollet <buserror@gmail.com>
---
 drivers/mmc/host/s3cmci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index d96e1ab..cd67efb 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -1598,7 +1598,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);
-- 
1.6.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-02 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-02 12:40 [PATCH] ARM: S3C: Fix a compilation error in MCI Michel Pollet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.