Re: [systemd-devel] [PATCH] boot-efi: Remove superfluous assignment

2013-12-31 Thread Kay Sievers
On Mon, Dec 30, 2013 at 11:32 PM, Stefan Beller stefanbel...@googlemail.com wrote: 2 lines after the changed line we assign err to efi_get_variable(...) unconditionally, so it makes no sense to initialize it to some value. --- src/boot/boot-efi.c | 2 +- Applied. Thanks, Kay

[systemd-devel] [PATCH] boot-efi: Remove superfluous assignment

2013-12-30 Thread Stefan Beller
2 lines after the changed line we assign err to efi_get_variable(...) unconditionally, so it makes no sense to initialize it to some value. --- src/boot/boot-efi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot-efi.c b/src/boot/boot-efi.c index 33840b6..1c80126