mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
ACPI: video: Do not initialise device_id_scheme directly
Drop the unnecessary initialization of device_id_scheme to false. Signed-off-by: Jean-Ralph Aviles <jeanralph.aviles@gmail.com> [ rjw: Subject and changelog edits ] Link: https://patch.msgid.link/39d1c5567a2c0c6454a0c10a32d2dd853349d303.1778378939.git.jeanralph.aviles@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
e7ae89a0c9
commit
c01576a7f5
|
|
@ -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