]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a027b032fd9a1cacd6c942e6f38e5ad1b71684c
treebb0a7f8a4a1ee29d476ec60bb3221f13e71314fa
parent555276af8fd99e1138817414161815b3092daa61
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