]> Pileus Git - ~andy/linux/blobdiff - drivers/hwmon/w83l786ng.c
module_param: make bool parameters really bool (drivers & misc)
[~andy/linux] / drivers / hwmon / w83l786ng.c
index 0254e181893d9f2e9bd0d010d37f6544559ad3e5..063bd9508d8a1505dadba8699e806a1c93901356 100644 (file)
@@ -39,7 +39,7 @@ static const unsigned short normal_i2c[] = { 0x2e, 0x2f, I2C_CLIENT_END };
 
 /* Insmod parameters */
 
-static int reset;
+static bool reset;
 module_param(reset, bool, 0);
 MODULE_PARM_DESC(reset, "Set to 1 to reset chip, not recommended");