tools: remove unused ret

Remove unused ret from fw_env_flush.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Jelle van der Waa 2018-01-18 20:19:43 +01:00 committed by Tom Rini
parent 20fe38e75a
commit 9e82087cef

2
tools/env/fw_env.c vendored
View file

@ -505,8 +505,6 @@ int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts)
int fw_env_flush(struct env_opts *opts)
{
int ret;
if (!opts)
opts = &default_opts;