Home
last modified time | relevance | path

Searched hist:"3 bc37b6d65c856a90ad7389b7a216f5a83164f83" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_mmc.c3bc37b6d65c856a90ad7389b7a216f5a83164f83 Fri May 22 10:45:35 UTC 2015 Paul Kocialkowski <contact@paulk.fr> spl: spl_mmc: Error and count distinction

This introduces a distinction between return codes that are read bytes counts
and errors. Read bytes counts are erroneous when null (no data was read) while
errors are erroneous when non-null.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Tested-by: Tim Harvey <tharvey@gateworks.com>