arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 17 Oct 2014 10:44:11 +0000 (12:44 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Nov 2014 08:03:14 +0000 (09:03 +0100)
commit4e27d4754e8990da264c1e01e2f6bd8340e30cb3
treebb0a7f8a4a1ee29d476ec60bb3221f13e71314fa
parent61139eb04056bba69aeef6c481802c4ea028bf4d
arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)

The EFI_CONFIG_TABLES bit already gets set by efi_config_init(),
so there is no reason to set it again after this function returns
successfully.

Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
arch/arm64/kernel/efi.c