aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/i2c-hid/i2c-hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c
index 0fbb22906806..3c8fe4673705 100644
--- a/drivers/hid/i2c-hid/i2c-hid.c
+++ b/drivers/hid/i2c-hid/i2c-hid.c
@@ -46,7 +46,7 @@
46#define I2C_HID_PWR_SLEEP 0x01 46#define I2C_HID_PWR_SLEEP 0x01
47 47
48/* debug option */ 48/* debug option */
49static bool debug = false; 49static bool debug;
50module_param(debug, bool, 0444); 50module_param(debug, bool, 0444);
51MODULE_PARM_DESC(debug, "print a lot of debug information"); 51MODULE_PARM_DESC(debug, "print a lot of debug information");
52 52