summaryrefslogtreecommitdiff
path: root/drivers/hwmon/max6620.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/max6620.c')
-rw-r--r--drivers/hwmon/max6620.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max6620.c b/drivers/hwmon/max6620.c
index 0f277d945ea2..5d12fb9c9786 100644
--- a/drivers/hwmon/max6620.c
+++ b/drivers/hwmon/max6620.c
@@ -503,7 +503,7 @@ static struct i2c_driver max6620_driver = {
.driver = {
.name = "max6620",
},
- .probe_new = max6620_probe,
+ .probe = max6620_probe,
.id_table = max6620_id,
};