acpi_video_get_backlight_type() is now deprecated.

Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com>
---
 drivers/platform/x86/samsung-laptop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/samsung-laptop.c 
b/drivers/platform/x86/samsung-laptop.c
index b4aa8ba35d2d..8ba377df73e8 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -1574,7 +1574,7 @@ static int __init samsung_init(void)
        samsung->handle_backlight = true;
        samsung->quirks = quirks;
 
-       if (acpi_video_get_backlight_type() != acpi_backlight_vendor)
+       if (!(acpi_video_get_backlight_types() & ACPI_BACKLIGHT_VENDOR))
                samsung->handle_backlight = false;
 
        ret = samsung_platform_init(samsung);
-- 
2.37.3

Reply via email to