aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp108.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/tmp108.c')
-rw-r--r--drivers/hwmon/tmp108.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/tmp108.c b/drivers/hwmon/tmp108.c
index 91bb94639286..429bfeae4ca8 100644
--- a/drivers/hwmon/tmp108.c
+++ b/drivers/hwmon/tmp108.c
@@ -345,7 +345,8 @@ static const struct regmap_config tmp108_regmap_config = {
345 .volatile_reg = tmp108_is_volatile_reg, 345 .volatile_reg = tmp108_is_volatile_reg,
346 .val_format_endian = REGMAP_ENDIAN_BIG, 346 .val_format_endian = REGMAP_ENDIAN_BIG,
347 .cache_type = REGCACHE_RBTREE, 347 .cache_type = REGCACHE_RBTREE,
348 .use_single_rw = true, 348 .use_single_read = true,
349 .use_single_write = true,
349}; 350};
350 351
351static int tmp108_probe(struct i2c_client *client, 352static int tmp108_probe(struct i2c_client *client,