]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: mmc: Handle error codes consistently
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:54:58 +0000 (07:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:58:41 +0000 (15:58 -0600)
commit8a369de6ff1456efe60bc7ebefe3d323fece0a37
treeea455f0bdffbd977acd736d7adba18a30f5e4a89
parent1847129025e04d41f4fd0396fa0336e3d544ded0
spl: mmc: Handle error codes consistently

Use 'ret' as the return code, since it may not be an error and this is
the common name in U-Boot. Make sure to return the error code when
given, rather than transforming it into -1 (-EPERM).

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl_mmc.c