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 e78b28b commit 64ec276Copy full SHA for 64ec276
drivers/video/backlight/arcxcnn_bl.c
@@ -241,7 +241,7 @@ static void arcxcnn_parse_dt(struct arcxcnn *lp)
241
}
242
243
244
-static int arcxcnn_probe(struct i2c_client *cl, const struct i2c_device_id *id)
+static int arcxcnn_probe(struct i2c_client *cl)
245
{
246
struct arcxcnn *lp;
247
int ret;
@@ -395,7 +395,7 @@ static struct i2c_driver arcxcnn_driver = {
395
.name = "arcxcnn_bl",
396
.of_match_table = of_match_ptr(arcxcnn_dt_ids),
397
},
398
- .probe = arcxcnn_probe,
+ .probe_new = arcxcnn_probe,
399
.remove = arcxcnn_remove,
400
.id_table = arcxcnn_ids,
401
};
0 commit comments