From 360752a17095795782cb3f707090a515c9c30f87 Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Wed, 18 Jul 2007 23:45:41 -0300 Subject: [PATCH] --- yaml --- r: 62557 b: refs/heads/master c: 86cc9445e86bef9da44f933e3849e6eb43cbf626 h: refs/heads/master i: 62555: 64f2cea6a3f36766013e5d62085d493243039450 v: v3 --- [refs] | 2 +- trunk/drivers/misc/thinkpad_acpi.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0e3f351e8785..cf3c7d99db84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 996fba08db7faf46b1a674957f60cd772ecd29ec +refs/heads/master: 86cc9445e86bef9da44f933e3849e6eb43cbf626 diff --git a/trunk/drivers/misc/thinkpad_acpi.c b/trunk/drivers/misc/thinkpad_acpi.c index 78e41102a95c..44aa8c92f91f 100644 --- a/trunk/drivers/misc/thinkpad_acpi.c +++ b/trunk/drivers/misc/thinkpad_acpi.c @@ -4444,10 +4444,10 @@ static u32 dbg_level; module_param_named(debug, dbg_level, uint, 0); static int force_load; -module_param(force_load, int, 0); +module_param(force_load, bool, 0); static int fan_control_allowed; -module_param_named(fan_control, fan_control_allowed, int, 0); +module_param_named(fan_control, fan_control_allowed, bool, 0); #define IBM_PARAM(feature) \ module_param_call(feature, set_ibm_param, NULL, NULL, 0)