summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max98520.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/max98520.c')
-rw-r--r--sound/soc/codecs/max98520.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c
index 5edd6f90f8a7..8637fff307ad 100644
--- a/sound/soc/codecs/max98520.c
+++ b/sound/soc/codecs/max98520.c
@@ -756,7 +756,7 @@ static struct i2c_driver max98520_i2c_driver = {
.of_match_table = of_match_ptr(max98520_of_match),
.pm = &max98520_pm,
},
- .probe_new = max98520_i2c_probe,
+ .probe = max98520_i2c_probe,
.id_table = max98520_i2c_id,
};