summaryrefslogtreecommitdiff
path: root/drivers/mfd/max77714.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max77714.c')
-rw-r--r--drivers/mfd/max77714.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77714.c b/drivers/mfd/max77714.c
index 143a432ea343..c618605a3fb2 100644
--- a/drivers/mfd/max77714.c
+++ b/drivers/mfd/max77714.c
@@ -143,7 +143,7 @@ static struct i2c_driver max77714_driver = {
.name = "max77714",
.of_match_table = max77714_dt_match,
},
- .probe_new = max77714_probe,
+ .probe = max77714_probe,
};
module_i2c_driver(max77714_driver);