u-boot-brain/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
..
fat_write.c fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() 2016-12-27 11:24:14 -05:00
fat.c fs/fat: Correct blk_dread() return value check 2017-08-20 09:54:31 -04:00
file.c fat: Prepare API change for files greater than 2GB 2014-11-23 06:49:04 -05:00
Kconfig fs: fat: add kbuild configuration support 2017-06-03 17:55:16 -04:00
Makefile fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00