diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2025-12-30 19:06:44 +0300 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-01-02 15:11:00 +0300 |
| commit | b2f90ef5ded439cb01fc076a6f66c5cde5e633c5 (patch) | |
| tree | cd7a3d1187a646a9048a1ff7f280963e92dd4d01 | |
| parent | ff8f624860e1cd31f32d2c18de291ca727f8ddcd (diff) | |
| download | linux-b2f90ef5ded439cb01fc076a6f66c5cde5e633c5.tar.xz | |
ACPI: scan: Drop outdated comment regarding removed function
The function acpi_video_get_capabilities() was removed from
drivers/acpi/video_detect.c by commit 87521e16a7ab ("acpi-video-detect:
Rewrite backlight interface selection logic") in 2015. At the time,
comments about this function were just removed, and no replacement
seemed to be proposed.
Drop the reference to acpi_video_get_capabilities() here as well.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
[ rjw: Subject adjustment, changelog edits ]
Link: https://patch.msgid.link/20251230160644.100439-1-Julia.Lawall@inria.fr
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
| -rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index e9b09a3040f0..26ea73abe39f 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1295,8 +1295,6 @@ acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, * The device will get a Linux specific CID added in scan.c to * identify the device as an ACPI graphics device * Be aware that the graphics device may not be physically present - * Use acpi_video_get_capabilities() to detect general ACPI video - * capabilities of present cards */ long acpi_is_video_device(acpi_handle handle) { |
