[PATCH 12/22] platform/x86: msi-wmi: Use acpi_video_get_backlight_types()

From: Akihiko Odaki
Date: Mon Oct 24 2022 - 07:40:35 EST


acpi_video_get_backlight_type() is now deprecated.

Signed-off-by: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
---
drivers/platform/x86/msi-wmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/msi-wmi.c b/drivers/platform/x86/msi-wmi.c
index fd318cdfe313..3a74f0135fae 100644
--- a/drivers/platform/x86/msi-wmi.c
+++ b/drivers/platform/x86/msi-wmi.c
@@ -309,7 +309,7 @@ static int __init msi_wmi_init(void)
}

if (wmi_has_guid(MSIWMI_BIOS_GUID) &&
- acpi_video_get_backlight_type() == acpi_backlight_vendor) {
+ (acpi_video_get_backlight_types() & ACPI_BACKLIGHT_VENDOR)) {
err = msi_wmi_backlight_setup();
if (err) {
pr_err("Unable to setup backlight device\n");
--
2.37.3