commit | 3bc37b6d65c856a90ad7389b7a216f5a83164f83 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Fri May 22 12:45:35 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 28 08:18:21 2015 -0400 |
tree | 6bf4f8530e38303e79870d000437dc00b7a36f1f | |
parent | 657fd2d031daabf53c653ab3aa32b88846b3037d [diff] |
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>