diff options
Diffstat (limited to 'drivers/platform/x86/samsung-laptop.c')
-rw-r--r-- | drivers/platform/x86/samsung-laptop.c | 4 |
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; | |||
228 | static struct rfkill *rfk; | 228 | static struct rfkill *rfk; |
229 | static bool has_stepping_quirk; | 229 | static bool has_stepping_quirk; |
230 | 230 | ||
231 | static int force; | 231 | static bool force; |
232 | module_param(force, bool, 0); | 232 | module_param(force, bool, 0); |
233 | MODULE_PARM_DESC(force, | 233 | MODULE_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 | ||
236 | static int debug; | 236 | static bool debug; |
237 | module_param(debug, bool, S_IRUGO | S_IWUSR); | 237 | module_param(debug, bool, S_IRUGO | S_IWUSR); |
238 | MODULE_PARM_DESC(debug, "Debug enabled or not"); | 238 | MODULE_PARM_DESC(debug, "Debug enabled or not"); |
239 | 239 | ||