Thread (38 messages) 38 messages, 5 authors, 2022-10-25

[PATCH 18/22] platform/x86: toshiba_acpi: Use acpi_video_get_backlight_types()

From: Akihiko Odaki <hidden>
Date: 2022-10-24 12:52:57
Also in: dri-devel, intel-gfx, linux-acpi, linux-doc, linux-fbdev, lkml
Subsystem: the rest, toshiba acpi extras driver, x86 platform drivers · Maintainers: Linus Torvalds, Azael Avalos, Hans de Goede, Ilpo Järvinen

acpi_video_get_backlight_type() is now deprecated.

Signed-off-by: Akihiko Odaki <redacted>
---
 drivers/platform/x86/toshiba_acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c
index 160abd3b3af8..3d747a901ad8 100644
--- a/drivers/platform/x86/toshiba_acpi.c
+++ b/drivers/platform/x86/toshiba_acpi.c
@@ -2978,7 +2978,7 @@ static int toshiba_acpi_setup_backlight(struct toshiba_acpi_dev *dev)
 		return 0;
 	}
 
-	if (acpi_video_get_backlight_type() != acpi_backlight_vendor)
+	if (!(acpi_video_get_backlight_types() & ACPI_BACKLIGHT_VENDOR))
 		return 0;
 
 	memset(&props, 0, sizeof(props));
-- 
2.37.3
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help