hwmon: (w83793) use simple i2c probe
authorStephen Kitt <steve@sk2.org>
Thu, 13 Aug 2020 16:18:45 +0000 (18:18 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Sep 2020 16:42:39 +0000 (09:42 -0700)
commit16b237f5e50624a99387245a821021194576c9d7
treeea96a0a70c5c9a746500765276fa51ab2441a04b
parent7d6ed4ba4fdc0f3029e32e4fd46d83bcc0255c30
hwmon: (w83793) 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/20200813161845.1511261-1-steve@sk2.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/w83793.c