X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fw83627hf.c;h=374118f2b9f94b73fc47bf0ec5d2f83e86bbc697;hb=90ab5ee94171b3e28de6bb42ee30b527014e0be7;hp=bde50e34d01322144639695d0608ec14144ed84f;hpb=476bc0015bf09dad39d36a8b19f76f0c181d1ec9;p=karo-tx-linux.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");