]> git.ipfire.org Git - u-boot.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)
commit166c2b8fd91f9aa9e51505083d03784135609bf3
tree08d79ed54f4ed3c18761c42747557f2f1dc7c36f
parentfa7720b21ef48f2d0ebd22f609fea7ec2cfe6c16
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