summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwmon/emc2103.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/emc2103.c b/drivers/hwmon/emc2103.c
index 952fe692d764..24e395c5907d 100644
--- a/drivers/hwmon/emc2103.c
+++ b/drivers/hwmon/emc2103.c
@@ -58,7 +58,7 @@ static const u8 REG_TEMP_MAX[4] = { 0x34, 0x30, 0x31, 0x32 };
58 */ 58 */
59static int apd = -1; 59static int apd = -1;
60module_param(apd, bint, 0); 60module_param(apd, bint, 0);
61MODULE_PARM_DESC(init, "Set to zero to disable anti-parallel diode mode"); 61MODULE_PARM_DESC(apd, "Set to zero to disable anti-parallel diode mode");
62 62
63struct temperature { 63struct temperature {
64 s8 degrees; 64 s8 degrees;