We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85d02d commit d4885f3Copy full SHA for d4885f3
drivers/regulator/tps51632-regulator.c
@@ -247,8 +247,7 @@ static struct tps51632_regulator_platform_data *
247
}
248
#endif
249
250
-static int tps51632_probe(struct i2c_client *client,
251
- const struct i2c_device_id *id)
+static int tps51632_probe(struct i2c_client *client)
252
{
253
struct tps51632_regulator_platform_data *pdata;
254
struct regulator_dev *rdev;
@@ -354,7 +353,7 @@ static struct i2c_driver tps51632_i2c_driver = {
354
353
.name = "tps51632",
355
.of_match_table = of_match_ptr(tps51632_of_match),
356
},
357
- .probe = tps51632_probe,
+ .probe_new = tps51632_probe,
358
.id_table = tps51632_id,
359
};
360
0 commit comments