diff options
Diffstat (limited to 'drivers/hwmon/emc2103.c')
-rw-r--r-- | drivers/hwmon/emc2103.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/emc2103.c b/drivers/hwmon/emc2103.c index 848a2b0bc83f..865063914d76 100644 --- a/drivers/hwmon/emc2103.c +++ b/drivers/hwmon/emc2103.c | |||
@@ -55,7 +55,7 @@ static const u8 REG_TEMP_MAX[4] = { 0x34, 0x30, 0x31, 0x32 }; | |||
55 | * it. Default is to leave the device in the state it's already in (-1). | 55 | * it. Default is to leave the device in the state it's already in (-1). |
56 | * This parameter allows APD mode to be optionally forced on or off */ | 56 | * This parameter allows APD mode to be optionally forced on or off */ |
57 | static int apd = -1; | 57 | static int apd = -1; |
58 | module_param(apd, bool, 0); | 58 | module_param(apd, bint, 0); |
59 | MODULE_PARM_DESC(init, "Set to zero to disable anti-parallel diode mode"); | 59 | MODULE_PARM_DESC(init, "Set to zero to disable anti-parallel diode mode"); |
60 | 60 | ||
61 | struct temperature { | 61 | struct temperature { |