]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitbcc3e1726d827c2d6f62f0e0e7bbc99eed7ad925
treeff7a18b517a530a4193229a0993b426b0e007bac
parentcb962e04b04fb67dbaf1455d3c60d64297ef4933
mmc: block: Use R1 responses for stop cmds for read requests

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