platform/x86: wmi: Simplify get_subobj_info()
authorArmin Wolf <W_Armin@gmx.de>
Mon, 18 Dec 2023 19:24:20 +0000 (20:24 +0100)
committerHans de Goede <hdegoede@redhat.com>
Tue, 19 Dec 2023 15:32:46 +0000 (16:32 +0100)
commitbd142914f805b88dcb15acaab9fbc9bea666dd32
tree6d99aa7065f0208637ca51ae01b180139508aace
parent2c933755eaaa82fffe0201f376713fa2070b9428
platform/x86: wmi: Simplify get_subobj_info()

All callers who call get_subobj_info() with **info being NULL
should better use acpi_has_method() instead.
Convert the only caller who does this to acpi_has_method()
to drop the dummy info handling.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20231218192420.305411-7-W_Armin@gmx.de
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/wmi.c