Re: [PATCH v4 5/5] arch/x86: Remove redundant set_bit() call

2014-05-22 Thread Matt Fleming
On Fri, 16 May, at 10:41:44PM, Daniel Kiper wrote: > Remove redundant set_bit(EFI_SYSTEM_TABLES, &efi.flags) call. > It is executed earlier in efi_systab_init(). > > Signed-off-by: Daniel Kiper > --- > arch/x86/platform/efi/efi.c |2 -- > 1 file changed, 2 deletions(-) Good catch. -- Matt

[PATCH v4 5/5] arch/x86: Remove redundant set_bit() call

2014-05-16 Thread Daniel Kiper
Remove redundant set_bit(EFI_SYSTEM_TABLES, &efi.flags) call. It is executed earlier in efi_systab_init(). Signed-off-by: Daniel Kiper --- arch/x86/platform/efi/efi.c |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index 7fcef06..