hwmon: Switch i2c drivers back to use .probe()
After commitb8a1a4cd5a("i2c: Provide a temporary .probe_new() call-back type"), all drivers being converted to .probe_new() and then03c835f498("i2c: Switch .probe() to not take an id parameter") convert back to (the new) .probe() to be able to eventually drop .probe_new() from struct i2c_driver. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20230505131718.1210071-1-u.kleine-koenig@pengutronix.de [groeck: Added missing change in pmbus/acbel-fsg032.c] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
339c8f2484
commit
1975d16786
@@ -760,7 +760,7 @@ static struct i2c_driver tmp51x_driver = {
|
||||
.name = "tmp51x",
|
||||
.of_match_table = tmp51x_of_match,
|
||||
},
|
||||
.probe_new = tmp51x_probe,
|
||||
.probe = tmp51x_probe,
|
||||
.id_table = tmp51x_id,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user