mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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:
commit
46ac1c0ecc
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user