summaryrefslogtreecommitdiff
path: root/drivers/mfd/max77541.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max77541.c')
-rw-r--r--drivers/mfd/max77541.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77541.c b/drivers/mfd/max77541.c
index 4a3bad3493b3..e147e949c2b3 100644
--- a/drivers/mfd/max77541.c
+++ b/drivers/mfd/max77541.c
@@ -214,7 +214,7 @@ static struct i2c_driver max77541_driver = {
.name = "max77541",
.of_match_table = max77541_of_id,
},
- .probe_new = max77541_probe,
+ .probe = max77541_probe,
.id_table = max77541_id,
};
module_i2c_driver(max77541_driver);