Searched hist:"9 cf199ebcff13f8d98b31ab48e3bcce37ed8925d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | diff 9cf199ebcff13f8d98b31ab48e3bcce37ed8925d Tue Dec 23 03:50:28 CST 2014 Diego Santa Cruz <Diego.SantaCruz@spinetix.com> mmc: the ext_csd data may be used during init even if reading failed
The mmc_startup() function uses the ext_csd data even if reading it from the mmc device failed. This bug was introduced in commit bc897b1d4d86597311430dbe7b3e6c807c8c53e5. We now bail out if reading it fails, this should not be a problem as ext_csd was introduced in MMC 4.0 and this code is conditional on MMC >= 4.0.
Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
|