aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/samsung-laptop.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/samsung-laptop.c')
-rw-r--r--drivers/platform/x86/samsung-laptop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 09e26bfd4643..fd73ea89b857 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -228,12 +228,12 @@ static struct platform_device *sdev;
228static struct rfkill *rfk; 228static struct rfkill *rfk;
229static bool has_stepping_quirk; 229static bool has_stepping_quirk;
230 230
231static int force; 231static bool force;
232module_param(force, bool, 0); 232module_param(force, bool, 0);
233MODULE_PARM_DESC(force, 233MODULE_PARM_DESC(force,
234 "Disable the DMI check and forces the driver to be loaded"); 234 "Disable the DMI check and forces the driver to be loaded");
235 235
236static int debug; 236static bool debug;
237module_param(debug, bool, S_IRUGO | S_IWUSR); 237module_param(debug, bool, S_IRUGO | S_IWUSR);
238MODULE_PARM_DESC(debug, "Debug enabled or not"); 238MODULE_PARM_DESC(debug, "Debug enabled or not");
239 239