Re: [PATCH] hwmon: (dme1737) use simple i2c probe

2020-08-21 Thread Guenter Roeck
On Fri, Aug 21, 2020 at 06:00:35PM +0200, Stephen Kitt wrote: > 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 use

[PATCH] hwmon: (dme1737) use simple i2c probe

2020-08-21 Thread Stephen Kitt
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 --- drivers/hwmon/dme1737.c