commit | 2d69f25eac93d8a12ac8f331da0d39bb8aa07528 | [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 | aad8dd71b9850e285f1d944c231d56a5004e8949 [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>