linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: SAMSUNG: MMC: Fix build error when both DMA and PIO mode selected
@ 2010-05-25  7:48 Pinkava J.
  2010-08-27 19:46 ` [PATCH RESEND] " Chris Ball
  0 siblings, 1 reply; 2+ messages in thread
From: Pinkava J. @ 2010-05-25  7:48 UTC (permalink / raw)
  To: linux-mmc


Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
---
 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 2fdf768..4426a4b 100644
--- 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);
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH RESEND] ARM: SAMSUNG: MMC: Fix build error when both DMA and PIO mode selected
  2010-05-25  7:48 [PATCH] ARM: SAMSUNG: MMC: Fix build error when both DMA and PIO mode selected Pinkava J.
@ 2010-08-27 19:46 ` Chris Ball
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Ball @ 2010-08-27 19:46 UTC (permalink / raw)
  To: Pinkava J.; +Cc: akpm, linux-mmc

From: Jiri Pinkava <jiri.pinkava@vscht.cz>
Date: Tue, 25 May 2010 09:48:58 +0200

Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
[cjb: fix line-wrapped patch]
---
 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 2fdf768..4426a4b 100644
--- 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);
-- 
1.7.1

-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-27 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25  7:48 [PATCH] ARM: SAMSUNG: MMC: Fix build error when both DMA and PIO mode selected Pinkava J.
2010-08-27 19:46 ` [PATCH RESEND] " Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).