[PATCH 1/4] ACPI: video: Do not initialise device_id_scheme

From: Jean-Ralph Aviles

Date: Sat May 09 2026 - 22:48:28 EST


Reported by checkpatch:

ERROR: do not initialise statics to false
Signed-off-by: Jean-Ralph Aviles <jeanralph.aviles@xxxxxxxxx>
---
drivers/acpi/acpi_video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index 05793ddef787..e8880a2113cb 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -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;
--
2.51.2