commit | 76f7253f07793bec0f3ce50a996c4a9a6b72a484 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Tue Sep 26 16:43:40 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 10 16:25:48 2023 -0400 |
tree | 53f2e0220c2b6ad14746a5883d2f649a195710d2 | |
parent | 249f351760057f8ad80d146fc628fd5bc4ce155c [diff] |
cmd: blk_common: Use macros for the return values Avoid using magic number 0/1 for the command result. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Tom Rini <trini@konsulko.com>