Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd_fuse: return CMD_RET_FAILURE on error
Fuse drivers, like the mxs_ocotp.c, may return negative error codes but the commands are only allowed to return CMD_RET_* enum values to the shell, otherwise the following error appears: "exit not allowed from main input shell." Signed-off-by: Hector Palacios <[email protected]> Reviewed-by: Benoît Thébaudeau <[email protected]>
- Loading branch information