Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58a5dd3e authored by Rabin Vincent's avatar Rabin Vincent Committed by Pierre Ossman
Browse files

mmc_test: fix basic read test



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

Signed-off-by: default avatarRabin Vincent <rabin@rab.in>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 99424488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;