Skip to content

Commit b2f90ef

Browse files
JuliaLawallrafaeljw
authored andcommitted
ACPI: scan: Drop outdated comment regarding removed function
The function acpi_video_get_capabilities() was removed from drivers/acpi/video_detect.c by commit 87521e1 ("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>
1 parent ff8f624 commit b2f90ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/acpi/scan.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,8 +1295,6 @@ acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context,
12951295
* The device will get a Linux specific CID added in scan.c to
12961296
* identify the device as an ACPI graphics device
12971297
* Be aware that the graphics device may not be physically present
1298-
* Use acpi_video_get_capabilities() to detect general ACPI video
1299-
* capabilities of present cards
13001298
*/
13011299
long acpi_is_video_device(acpi_handle handle)
13021300
{

0 commit comments

Comments
 (0)