]> git.baikalelectronics.ru Git - kernel.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)
commitfbf73cc988e38bc9722de6d704fa4cbab7e362c0
treeff7a18b517a530a4193229a0993b426b0e007bac
parent19f52ee64c4a03e38896f7c4a09c5bc920c6c394
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