summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/nct1008.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/nct1008.c b/drivers/misc/nct1008.c
index aea28c14ff5e..f2a04ad866fa 100644
--- a/drivers/misc/nct1008.c
+++ b/drivers/misc/nct1008.c
@@ -1266,7 +1266,7 @@ static int nct1008_configure_sensor(struct nct1008_data *data)
data->config |= EXTENDED_RANGE_BIT;
data->config &= ~(THERM2_BIT | ALERT_BIT);
- ret = nct1008_write_reg(client, CONFIG_WR, data->config);
+ ret = nct1008_write_reg(client, CONFIG_WR, data->config | STANDBY_BIT);
if (ret)
goto error;