Re: [PATCH] hwmon/sch5627: Use common error handling code in sch5627_probe()

2018-03-13 Thread Guenter Roeck
On Tue, Mar 13, 2018 at 09:19:22AM +0100, Hans de Goede wrote: > Hi, > > On 12-03-18 22:23, SF Markus Elfring wrote: > >From: Markus Elfring > >Date: Mon, 12 Mar 2018 22:15:59 +0100 > > > >Adjust jump targets so that a bit of exception handling can be better > >reused at the end of this function.

Re: [PATCH] hwmon/sch5627: Use common error handling code in sch5627_probe()

2018-03-13 Thread Hans de Goede
Hi, On 12-03-18 22:23, SF Markus Elfring wrote: From: Markus Elfring Date: Mon, 12 Mar 2018 22:15:59 +0100 Adjust jump targets so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus

[PATCH] hwmon/sch5627: Use common error handling code in sch5627_probe()

2018-03-12 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 12 Mar 2018 22:15:59 +0100 Adjust jump targets so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/hwmon/sch5627.c | 60 +++