mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
leds: aw200xx: Switch back to use struct i2c_driver::probe
struct i2c_driver::probe_new is about to go away. Switch the driver to use the probe callback with the same prototype. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20230626090254.556206-1-u.kleine-koenig@pengutronix.de Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
66c5e98bbf
commit
07a476e04f
@ -583,7 +583,7 @@ static struct i2c_driver aw200xx_driver = {
|
||||
.name = "aw200xx",
|
||||
.of_match_table = aw200xx_match_table,
|
||||
},
|
||||
.probe_new = aw200xx_probe,
|
||||
.probe = aw200xx_probe,
|
||||
.remove = aw200xx_remove,
|
||||
.id_table = aw200xx_id,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user