module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / hwmon / abituguru.c
index 65a35cf5b3c5c57b58803e78ae3eda0b0e99f266..3b728e8f169b9fe850b55e4a74e3965f1fe983b3 100644 (file)
@@ -145,7 +145,7 @@ static const u8 abituguru_pwm_max[5] = { 0, 255, 255, 75, 75 };
 
 
 /* Insmod parameters */
-static int force;
+static bool force;
 module_param(force, bool, 0);
 MODULE_PARM_DESC(force, "Set to one to force detection.");
 static int bank1_types[ABIT_UGURU_MAX_BANK1_SENSORS] = { -1, -1, -1, -1, -1,
This page took 0.024052 seconds and 5 git commands to generate.