Re: [PATCH RESEND 1/3] hwmon: w83791d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2019 at 08:12:54PM +0200, Wolfram Sang wrote: > And simplify the error handling. > > Signed-off-by: Wolfram Sang Applied to hwmon-next. Thanks, Guenter > --- > drivers/hwmon/w83791d.c | 32 +--- > 1 file changed, 9 insertions(+), 23 deletions(-) >

[PATCH RESEND 1/3] hwmon: w83791d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Wolfram Sang
And simplify the error handling. Signed-off-by: Wolfram Sang --- drivers/hwmon/w83791d.c | 32 +--- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c index 050ad4201691..aad8d4da5802 100644 ---