aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpi_video.c')
-rw-r--r--drivers/acpi/acpi_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index f53ccc680238..76fb96966f7b 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -53,7 +53,7 @@ MODULE_AUTHOR("Bruno Ducrot");
53MODULE_DESCRIPTION("ACPI Video Driver"); 53MODULE_DESCRIPTION("ACPI Video Driver");
54MODULE_LICENSE("GPL"); 54MODULE_LICENSE("GPL");
55 55
56static bool brightness_switch_enabled = 1; 56static bool brightness_switch_enabled = true;
57module_param(brightness_switch_enabled, bool, 0644); 57module_param(brightness_switch_enabled, bool, 0644);
58 58
59/* 59/*