[PATCH v4 06/15] drivers/firmware/sdei: Remove duplicate check in sdei_get_conduit()
James Morse
james.morse at arm.com
Fri Sep 18 12:12:28 EDT 2020
Hi Gavin,
On 30/07/2020 02:45, Gavin Shan wrote:
> 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.
Acked-by: James Morse <james.morse at arm.com>
Thanks,
James
More information about the linux-arm-kernel
mailing list