1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-17 07:52:46 +02:00
Files
u-boot-megous/fs/fat
Tom Rini 42a9f147d8 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>
2017-08-20 09:54:31 -04:00
..