Re: [PATCH] tools/bootconfig: Simplify expression

2021-04-16 Thread Masami Hiramatsu
On Wed, 14 Apr 2021 21:46:47 +0800 zuoqil...@163.com wrote: > From: zuoqilin > > It is not necessary to define the variable ret to receive > the return value of the xbc_node_compose_key() method. > > Signed-off-by: zuoqilin Indeed. Acked-by: Masami Hiramatsu Thank you! > --- > tools/boot

[PATCH] tools/bootconfig: Simplify expression

2021-04-14 Thread zuoqilin1
From: zuoqilin It is not necessary to define the variable ret to receive the return value of the xbc_node_compose_key() method. Signed-off-by: zuoqilin --- tools/bootconfig/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/bootconfig/main.c b/tools/bootconfig/