commit | f7bd7b5452978fb41879ca6a98af8c5643ad61e8 | [log] [tgz] |
---|---|---|
author | Stephen Kitt <steve@sk2.org> | Fri Aug 21 18:01:59 2020 +0200 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Sep 23 09:42:40 2020 -0700 |
tree | 8f51c664cf4c70104f42dabaa2d485c3af104c60 | |
parent | e3b9f691252840f8cee89179a2307872eff751f1 [diff] |
hwmon: (f75375s) use simple i2c probe As part of the ongoing i2c transition to the simple probe ("probe_new"), this patch uses i2c_match_id to retrieve the driver_data for the probed device. The id parameter is thus no longer necessary and the simple probe can be used instead. Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200821160159.591293-1-steve@sk2.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>