diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-01-02 18:21:14 +0100 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2023-01-26 21:04:16 +0530 |
| commit | fa3b38d4c432745b05e417c750c1c59c347fc18e (patch) | |
| tree | 0d3c080e1493ed70ada7d7417fb87d3636a66b81 /include/linux | |
| parent | 53f4ef0a4b809e6c147fb8deed03354631b2f564 (diff) | |
cmd: fix return code of 'sf write' and 'sf read'
If the offset or the size passed to the 'sf write' or 'sf read' command
exceeds the size of the SPI flash displaying the command usage is not
helpful. Return CMD_RET_FAILURE instead of CMD_RET_USAGE.
Use the CMD_RET_* constants instead of 0, 1, -1.
Simplify a logical expression in the final return statement.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
