summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/tmp117.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/temperature/tmp117.c')
-rw-r--r--drivers/iio/temperature/tmp117.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/temperature/tmp117.c b/drivers/iio/temperature/tmp117.c
index 638e3a5bd6b8..fc02f491688b 100644
--- a/drivers/iio/temperature/tmp117.c
+++ b/drivers/iio/temperature/tmp117.c
@@ -217,7 +217,7 @@ static struct i2c_driver tmp117_driver = {
.name = "tmp117",
.of_match_table = tmp117_of_match,
},
- .probe_new = tmp117_probe,
+ .probe = tmp117_probe,
.id_table = tmp117_id,
};
module_i2c_driver(tmp117_driver);