public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc_test: fix basic read test
@ 2009-02-13 17:25 Rabin Vincent
  2009-02-18 20:00 ` Pierre Ossman
  0 siblings, 1 reply; 2+ messages in thread
From: Rabin Vincent @ 2009-02-13 17:25 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: lkml

Due to a typo in the Basic Read test, it's currently identical to the
Basic Write test.  Fix this.

Signed-off-by: Rabin Vincent <rabin@rab.in>
---
 drivers/mmc/card/mmc_test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/card/mmc_test.c b/drivers/mmc/card/mmc_test.c
index b92b172..b9f1e84 100644
--- a/drivers/mmc/card/mmc_test.c
+++ b/drivers/mmc/card/mmc_test.c
@@ -494,7 +494,7 @@ static int mmc_test_basic_read(struct mmc_test_card *test)
 
 	sg_init_one(&sg, test->buffer, 512);
 
-	ret = mmc_test_simple_transfer(test, &sg, 1, 0, 1, 512, 1);
+	ret = mmc_test_simple_transfer(test, &sg, 1, 0, 1, 512, 0);
 	if (ret)
 		return ret;
 
-- 
1.5.6.5


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

* Re: [PATCH] mmc_test: fix basic read test
  2009-02-13 17:25 [PATCH] mmc_test: fix basic read test Rabin Vincent
@ 2009-02-18 20:00 ` Pierre Ossman
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre Ossman @ 2009-02-18 20:00 UTC (permalink / raw)
  To: Rabin Vincent; +Cc: lkml

On Fri, 13 Feb 2009 22:55:26 +0530
Rabin Vincent <rabin@rab.in> wrote:

> Due to a typo in the Basic Read test, it's currently identical to the
> Basic Write test.  Fix this.
> 
> Signed-off-by: Rabin Vincent <rabin@rab.in>
> ---

Ooops. Queued. :)

-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  rdesktop, core developer          http://www.rdesktop.org

  WARNING: This correspondence is being monitored by the
  Swedish government. Make sure your server uses encryption
  for SMTP traffic and consider using PGP for end-to-end
  encryption.

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

end of thread, other threads:[~2009-02-18 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 17:25 [PATCH] mmc_test: fix basic read test Rabin Vincent
2009-02-18 20:00 ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox