cmd: inconsistent return type of command_process()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 1 Aug 2022 13:17:49 +0000 (15:17 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Aug 2022 17:38:30 +0000 (13:38 -0400)
commit8b8accb8bf2a5d6dc02b801281dac19214b85b84
tree3742af533c6b7570c1ec8a6f79bb1845dab0f566
parent29784d62eded89332254307bdb63ad8a7d8249d2
cmd: inconsistent return type of command_process()

The declarations in the header and in the implementation must match.

Reported-by: Sergei Antonov <saproj@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/command.h