Merge branch 'acpi-video'

Merge an ACPI video bus driver cleanup for 7.2.

* acpi-video:
  ACPI: video: Do not initialise device_id_scheme directly
This commit is contained in:
Rafael J. Wysocki 2026-05-29 14:43:13 +02:00
commit 46ac1c0ecc

View File

@ -63,7 +63,7 @@ MODULE_PARM_DESC(hw_changes_brightness,
* Whether the struct acpi_video_device_attrib::device_id_scheme bit should be
* assumed even if not actually set.
*/
static bool device_id_scheme = false;
static bool device_id_scheme;
module_param(device_id_scheme, bool, 0444);
static int only_lcd;