Re: [PATCH 1/1] cmd: remove superfluous if in eficonfig_edit_boot_option

2022-11-10 Thread Ilias Apalodimas
On Thu, 10 Nov 2022 at 13:37, Heinrich Schuchardt wrote: > > Goto for an immediately succeeding label is superfluous. > > Fixes: 87d791423ac6 ("eficonfig: menu-driven addition of UEFI boot option") > Addresses-Coverity: 376202 ("Identical code for different branches") > Signed-off-by: Heinrich Sch

[PATCH 1/1] cmd: remove superfluous if in eficonfig_edit_boot_option

2022-11-10 Thread Heinrich Schuchardt
Goto for an immediately succeeding label is superfluous. Fixes: 87d791423ac6 ("eficonfig: menu-driven addition of UEFI boot option") Addresses-Coverity: 376202 ("Identical code for different branches") Signed-off-by: Heinrich Schuchardt --- cmd/eficonfig.c | 2 -- 1 file changed, 2 deletions(-)