[MMC] Don't check READY_FOR_DATA when reading
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 24 Sep 2006 09:46:43 +0000 (10:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 24 Sep 2006 09:46:43 +0000 (10:46 +0100)
commit2ed6d22cec37d9a3df4c5bacf1160dee7700106e
tree4623ce1d0aa0f22c5b65ff7014034f24df13e5cc
parent42431acbac43eb47c774c29d370f5c59136805bf
[MMC] Don't check READY_FOR_DATA when reading

There's no point checking to see if the card is ready to accept
data when we're reading from it - sending the command only wastes
precious bus bandwidth.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/mmc_block.c