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 2532d5f commit cb28f74Copy full SHA for cb28f74
drivers/regulator/lp8755.c
@@ -357,8 +357,7 @@ static const struct regmap_config lp8755_regmap = {
357
.max_register = LP8755_REG_MAX,
358
};
359
360
-static int lp8755_probe(struct i2c_client *client,
361
- const struct i2c_device_id *id)
+static int lp8755_probe(struct i2c_client *client)
362
{
363
int ret, icnt;
364
struct lp8755_chip *pchip;
@@ -442,7 +441,7 @@ static struct i2c_driver lp8755_i2c_driver = {
442
441
.driver = {
443
.name = LP8755_NAME,
444
},
445
- .probe = lp8755_probe,
+ .probe_new = lp8755_probe,
446
.remove = lp8755_remove,
447
.id_table = lp8755_id,
448
0 commit comments