]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: mmc: Return CMD_RET_* from commands
authorPali Rohár <pali@kernel.org>
Wed, 22 Mar 2023 20:06:53 +0000 (21:06 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 10 Apr 2023 03:18:45 +0000 (12:18 +0900)
commita48ce48d5d8e66ae4358cbe980bb9035c72cf2a6
treee4660057ce4770ebd72f05a365b01240b10a467c
parente6b12f17ecab146d5e64bbc45aae54ce39b4ae2c
cmd: mmc: Return CMD_RET_* from commands

Numeric return values may cause strange errors line:
exit not allowed from main input shell.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/mmc.c