]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: it's safe to ignore mmc_send_if_cond() return value
authorIlya Yanok <yanok@emcraft.com>
Thu, 14 May 2009 10:03:09 +0000 (14:03 +0400)
committerWolfgang Denk <wd@denx.de>
Wed, 3 Jun 2009 22:15:09 +0000 (00:15 +0200)
commitb81830f6e3b3e6ed114d071eb107965e49fa9b5a
tree71efd0789cd6ba3e4a4f6125b4b536d7886e0c1b
parentdba6fcf6517faa5dda7df8109febe03c9c72a6f5
mmc: it's safe to ignore mmc_send_if_cond() return value

Return value of mmc_send_if_cond() can be safely ignored (as it is
done in Linux). This makes older cards work with MXC MCI controller.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
drivers/mmc/mmc.c