]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: drop unnecessary send_status request
authorXu Ziyuan <xzy.xu@rock-chips.com>
Sun, 12 Mar 2017 06:19:04 +0000 (14:19 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 21 Mar 2017 12:04:17 +0000 (21:04 +0900)
commitf6b2ab653173f892898404e81a8be2e6723314db
tree08d79ed54f4ed3c18761c42747557f2f1dc7c36f
parenta582abf6f24c6c1606c834e5435f9c8251f036a0
mmc: drop unnecessary send_status request

It's redundant to send cmd13 after cmd9 whose response is not R1b. The
card devices will not be busy w/ cmd9.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
drivers/mmc/mmc.c