cmd: ubifs: Do not show usage when command fails
authorPali Rohár <pali@kernel.org>
Sun, 7 Aug 2022 19:58:56 +0000 (21:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 23 Nov 2022 18:06:12 +0000 (13:06 -0500)
commit18538112878bdf3da28143d59a11667e0e2e3a1c
treea7ed2152c71067dbb32350527efb75344de98067
parent6b752c729e3ae22abbb2e854c87290115901b975
cmd: ubifs: Do not show usage when command fails

Return value -1 cause U-Boot to print usage message. Return value
1 (CMD_RET_FAILURE) indicates failure. So fix return value when ubifs
command starts it execution and fails.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
cmd/ubifs.c