commit | 085372e9edb8f9b1d13a20fd2d44740caaec4b02 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri May 08 14:50:47 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 09 09:30:27 2020 +0200 |
tree | ac8e83658e22f430d4149c943282194b4b34c50d | |
parent | 4854f782ef1ae88903fa0f373db845b4e597c929 [diff] |
cmd: efidebug: fix a wrong handling of arguments Coverity detected a dead code, but actually there is a bug in a check against a number of arguments. So simply fix it. Reported-by: Coverity (CID 300330) Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>