X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fw83627hf.c;h=374118f2b9f94b73fc47bf0ec5d2f83e86bbc697;hb=90ab5ee94171b3e28de6bb42ee30b527014e0be7;hp=bde50e34d01322144639695d0608ec14144ed84f;hpb=e589501cb928b482c3c399444f788e1af35deee2;p=deliverable%2Flinux.git diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index bde50e34d013..374118f2b9f9 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c @@ -71,7 +71,7 @@ module_param(force_i2c, byte, 0); MODULE_PARM_DESC(force_i2c, "Initialize the i2c address of the sensors"); -static int init = 1; +static bool init = 1; module_param(init, bool, 0); MODULE_PARM_DESC(init, "Set to zero to bypass chip initialization");