]> git.baikalelectronics.ru Git - uboot.git/commit
common: blk: fix comment about blkcache_read return value
authorEric Nelson <eric@nelint.com>
Wed, 22 Jan 2020 23:59:55 +0000 (16:59 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2020 17:04:36 +0000 (12:04 -0500)
commit4ef72f4c6646031aadc97812eb54d5cab6474752
tree17315feb03ab52ced4e3bbdbe4f51cd736ff3916
parent3dcd46ec6c9264762dfdf00c1fb2bd97c69dcc1d
common: blk: fix comment about blkcache_read return value

The blkcache_read() routine returns 1 (true) to indicate that a block was
found in the cache and returned, or 0 if not.

Signed-off-by: Eric Nelson <eric@nelint.com>
include/blk.h