tools/bootconfig: Simplify expression
authorzuoqilin <zuoqilin@yulong.com>
Wed, 14 Apr 2021 13:46:47 +0000 (21:46 +0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 10 Jun 2021 15:16:20 +0000 (11:16 -0400)
commit30d103f2d4602da07313cf43d7b746e89d7d9c1d
tree3f430934a83c1c353ef9c54edfb52e8834eb303d
parent3e08a9f9760f4a70d633c328a76408e62d6f80a3
tools/bootconfig: Simplify expression

It is not necessary to define the variable ret to receive
the return value of the xbc_node_compose_key() method.

Link: https://lkml.kernel.org/r/20210414134647.1870-1-zuoqilin1@163.com
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/bootconfig/main.c