hwmon: (asc7621) use simple i2c probe
authorStephen Kitt <steve@sk2.org>
Thu, 13 Aug 2020 16:25:44 +0000 (18:25 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Sep 2020 16:42:40 +0000 (09:42 -0700)
commit7dedb79d295b4b61144be72dfa4f48b0d3bf80f0
tree60102cb290ec5050b748e3bdd9404876c4a9187c
parent91ed7c40f339511a33c42fcf4e7f9a358293d9b5
hwmon: (asc7621) use simple i2c probe

This driver doesn't use the id information provided by the old i2c
probe function, so it can trivially be converted to the simple
("probe_new") form.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20200813162544.1516647-1-steve@sk2.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/asc7621.c