Home
last modified time | relevance | path

Searched hist:"42 a9f147d87b6e4442d6c3074c34b08854f36ef5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/fat/
H A Dfat.cdiff 42a9f147d87b6e4442d6c3074c34b08854f36ef5 Mon Aug 14 20:02:08 CDT 2017 Tom Rini <trini@konsulko.com> fs/fat: 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>