diff options
Diffstat (limited to 'drivers/hwmon/w83791d.c')
-rw-r--r-- | drivers/hwmon/w83791d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c index 38dddddf8875..a3feee332e20 100644 --- a/drivers/hwmon/w83791d.c +++ b/drivers/hwmon/w83791d.c | |||
@@ -56,8 +56,8 @@ static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f, | |||
56 | 56 | ||
57 | static unsigned short force_subclients[4]; | 57 | static unsigned short force_subclients[4]; |
58 | module_param_array(force_subclients, short, NULL, 0); | 58 | module_param_array(force_subclients, short, NULL, 0); |
59 | MODULE_PARM_DESC(force_subclients, "List of subclient addresses: " | 59 | MODULE_PARM_DESC(force_subclients, |
60 | "{bus, clientaddr, subclientaddr1, subclientaddr2}"); | 60 | "List of subclient addresses: {bus, clientaddr, subclientaddr1, subclientaddr2}"); |
61 | 61 | ||
62 | static bool reset; | 62 | static bool reset; |
63 | module_param(reset, bool, 0); | 63 | module_param(reset, bool, 0); |