commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=9e6a566b13d44568ff3ac83279bb339ce087d3a4 branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/heads/trunk
Signed-off-by: Sonic Zhang <sonic.zh...@analog.com> --- drivers/mmc/bfin_sdh.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/bfin_sdh.c b/drivers/mmc/bfin_sdh.c index 2d5604c..93fc09a 100644 --- a/drivers/mmc/bfin_sdh.c +++ b/drivers/mmc/bfin_sdh.c @@ -119,7 +119,7 @@ sdh_send_cmd(struct mmc *mmc, struct mmc_cmd *mmc_cmd) #ifdef RSI_BLKSZ /* wait till card ready */ while (!(bfin_read_RSI_ESTAT() & SD_CARD_READY)) - ; + continue; bfin_write_RSI_ESTAT(SD_CARD_READY); #endif
_______________________________________________ U-Boot-commits mailing list U-Boot-commits@blackfin.uclinux.org https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits