summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/max30208.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/temperature/max30208.c')
-rw-r--r--drivers/iio/temperature/max30208.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/temperature/max30208.c b/drivers/iio/temperature/max30208.c
index c85c21474711..48be03852cd8 100644
--- a/drivers/iio/temperature/max30208.c
+++ b/drivers/iio/temperature/max30208.c
@@ -242,7 +242,7 @@ static struct i2c_driver max30208_driver = {
.of_match_table = max30208_of_match,
.acpi_match_table = max30208_acpi_match,
},
- .probe_new = max30208_probe,
+ .probe = max30208_probe,
.id_table = max30208_id_table,
};
module_i2c_driver(max30208_driver);