public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Jiri.Pinkava@vscht•cz (Pinkava J.)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 1/2] ARM: SAMSUNG: MMC: Fix build error when both DMA and PIO mode selected
Date: Tue, 25 May 2010 03:13:39 +0200	[thread overview]
Message-ID: <4BFB2443.1040701@vscht.cz> (raw)


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

             reply	other threads:[~2010-05-25  1:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25  1:13 Pinkava J. [this message]
2010-05-25  1:22 ` [PATCH 2/2] ARM: Fix MMC power management on Acer n30 / n35 Pinkava J.
2010-05-25  8:09   ` Pinkava J.
2010-05-25  4:38 ` [PATCH 1/2] ARM: SAMSUNG: MMC: Fix build error when both DMA and PIO mode selected Ben Dooks
2010-05-25  9:29 ` Sergei Shtylyov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BFB2443.1040701@vscht.cz \
    --to=jiri.pinkava@vscht$(echo .)cz \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox