gpio: mvebu: Make use of devm_pwmchip_add
[platform/kernel/linux-starfive.git] / drivers / mfd / wm8350-i2c.c
index 1fa1dfb..c2a7d70 100644 (file)
@@ -52,7 +52,7 @@ static struct i2c_driver wm8350_i2c_driver = {
                   .name = "wm8350",
                   .suppress_bind_attrs = true,
        },
-       .probe_new = wm8350_i2c_probe,
+       .probe = wm8350_i2c_probe,
        .id_table = wm8350_i2c_id,
 };