Home
last modified time | relevance | path

Searched hist:"5 b0c942f8919ed962699a44e0abb4f8a599c52c1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.cdiff 5b0c942f8919ed962699a44e0abb4f8a599c52c1 Sun Jun 03 16:32:13 CDT 2012 Jongman Heo <jongman.heo@gmail.com> mmc: fix wrong timeout check in mmc_send_status()

(!timeout) condition check in mmc_send_status() can never be met,
because do-while loop ends up with negative timeout value, -1.

Fix the check to handle TIMEOUT case correctly.

Signed-off-by: Jongman Heo <jongman.heo@gmail.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>