summaryrefslogtreecommitdiff
path: root/env/nand.c
diff options
context:
space:
mode:
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>2018-01-31 14:47:10 +0100
committerTom Rini <trini@konsulko.com>2018-01-31 18:45:10 -0500
commit42a1820bbcc7dfedcf625b88a1013c11e9ef6709 (patch)
tree5ad1234769e5fd1f4745399a544115b1d7d3130b /env/nand.c
parent87c7fb396a59d3e2be434cc956462ba46451193b (diff)
env: make env_import(_redund) return 0 on success, not 1
env_import (and env_import_redund) currently return 1 on success and 0 on error. However, they are only used from functions returning 0 on success or a negative value on error. Let's clean this up by making env_import and env_import_redund return 0 on success and -EIO on error (as was the case for all users before). Users that cared for the return value are also updated. Funny enough, this only affects onenand.c and sf.c Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'env/nand.c')
0 files changed, 0 insertions, 0 deletions