Home
last modified time | relevance | path

Searched hist:"9585 dd3fffaa8b7bd37044cc1870a45f2ca0ee3d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_mmc.c9585dd3fffaa8b7bd37044cc1870a45f2ca0ee3d Tue Aug 15 01:01:30 UTC 2017 Tom Rini <trini@konsulko.com> spl: spl_mmc.c Correct blk_dread() return value check

The function blk_dread will return -ENOSYS on failure or on success the
number of blocks read, which must be the number asked to read (otherwise
it failed somewhere). Correct this check.

Signed-off-by: Tom Rini <trini@konsulko.com>