summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/hdc2010.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/humidity/hdc2010.c')
-rw-r--r--drivers/iio/humidity/hdc2010.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/humidity/hdc2010.c b/drivers/iio/humidity/hdc2010.c
index c8fddd612e06..f5867659e00f 100644
--- a/drivers/iio/humidity/hdc2010.c
+++ b/drivers/iio/humidity/hdc2010.c
@@ -338,7 +338,7 @@ static struct i2c_driver hdc2010_driver = {
.name = "hdc2010",
.of_match_table = hdc2010_dt_ids,
},
- .probe_new = hdc2010_probe,
+ .probe = hdc2010_probe,
.remove = hdc2010_remove,
.id_table = hdc2010_id,
};