mmc: block: Use R1 responses for stop cmds for read requests
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 14 Jan 2014 20:24:21 +0000 (21:24 +0100)
committerChris Ball <chris@printf.net>
Sun, 23 Feb 2014 15:40:54 +0000 (10:40 -0500)
While using open ended transmission and thus ending the transfer by
sending a stop command, we shall use R1B only for writes and R1 shall
be used for reads. Previously R1B were used in both cases.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/card/block.c

Simple merge