module_param: make bool parameters really bool (drivers & misc)
[pandora-kernel.git] / drivers / i2c / busses / i2c-viapro.c
index 0b012f1..2a62c99 100644 (file)
@@ -91,7 +91,7 @@ static unsigned short SMBHSTCFG = 0xD2;
 
 /* If force is set to anything different from 0, we forcibly enable the
    VT596. DANGEROUS! */
-static int force;
+static bool force;
 module_param(force, bool, 0);
 MODULE_PARM_DESC(force, "Forcibly enable the SMBus. DANGEROUS!");