X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fw83792d.c;h=d3100eab6b2f281bd77e94f1e669003ccd892fa3;hb=c2bc3a316a7281f67e36b34dac2802cbe36a9128;hp=9ded133e43f04ff09fbd90c3ddeaa803b1eb65be;hpb=2485a4b610171f4e1c4ab0d053569747795c1bbe;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 9ded133e43f0..d3100eab6b2f 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c @@ -56,7 +56,7 @@ module_param_array(force_subclients, short, NULL, 0); MODULE_PARM_DESC(force_subclients, "List of subclient addresses: " "{bus, clientaddr, subclientaddr1, subclientaddr2}"); -static int init; +static bool init; module_param(init, bool, 0); MODULE_PARM_DESC(init, "Set to one to force chip initialization");