[Intel-gfx] [PATCH 12/22] platform/x86: msi-wmi: Use acpi_video_get_backlight_types()
Akihiko Odaki
akihiko.odaki at daynix.com
Mon Oct 24 11:35:03 UTC 2022
acpi_video_get_backlight_type() is now deprecated.
Signed-off-by: Akihiko Odaki <akihiko.odaki at daynix.com>
---
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
More information about the Intel-gfx
mailing list