power: supply: rt5033_battery: Convert to i2c's .probe_new()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 18 Nov 2022 22:44:24 +0000 (23:44 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 20 Nov 2022 19:12:17 +0000 (20:12 +0100)
commitf40ec8bc0888ee785317e0aa4ffa239f73b03d97
tree6ed8ca521d04925a4fb09a4f84b57a2e13a5a32b
parentd9ac265b57b8625e4ce1b1bd6a6baa862d51c1f2
power: supply: rt5033_battery: Convert to i2c's .probe_new()

The probe function doesn't make use of the i2c_device_id * parameter so it
can be trivially converted.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/rt5033_battery.c