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 b2d4f93 commit 3065efeCopy full SHA for 3065efe
drivers/video/backlight/lm3639_bl.c
@@ -296,8 +296,7 @@ static const struct regmap_config lm3639_regmap = {
296
.max_register = REG_MAX,
297
};
298
299
-static int lm3639_probe(struct i2c_client *client,
300
- const struct i2c_device_id *id)
+static int lm3639_probe(struct i2c_client *client)
301
{
302
int ret;
303
struct lm3639_chip_data *pchip;
@@ -412,7 +411,7 @@ static struct i2c_driver lm3639_i2c_driver = {
412
411
.driver = {
413
.name = LM3639_NAME,
414
},
415
- .probe = lm3639_probe,
+ .probe_new = lm3639_probe,
416
.remove = lm3639_remove,
417
.id_table = lm3639_id,
418
0 commit comments