diff options
author | Gavin Shan <gshan@redhat.com> | 2020-09-22 15:04:16 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-09-28 22:52:22 +0200 |
commit | bc110fd322816c9684603a55404b51228c0feca8 (patch) | |
tree | 9bfe916f2aedb269fe9c61394f6a8f9be6b7dadf /kernel/notifier.c | |
parent | firmware: arm_sdei: Unregister driver on error in sdei_init() (diff) | |
download | linux-bc110fd322816c9684603a55404b51228c0feca8.tar.xz linux-bc110fd322816c9684603a55404b51228c0feca8.zip |
firmware: arm_sdei: Remove duplicate check in sdei_get_conduit()
The following two checks are duplicate because @acpi_disabled doesn't
depend on CONFIG_ACPI. So the duplicate check (IS_ENABLED(CONFIG_ACPI))
can be dropped. More details is provided to keep the commit log complete:
* @acpi_disabled is defined in arch/arm64/kernel/acpi.c when
CONFIG_ACPI is enabled.
* @acpi_disabled in defined in include/acpi.h when CONFIG_ACPI
is disabled.
Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: James Morse <james.morse@arm.com>
Link: https://lore.kernel.org/r/20200922130423.10173-7-gshan@redhat.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'kernel/notifier.c')
0 files changed, 0 insertions, 0 deletions