Re: [PATCH 2/2] mfd: twl-core: Refactoring for add_numbered_child()

2016-06-08 Thread Lee Jones
On Mon, 16 May 2016, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 May 2016 19:50:55 +0200 > > Adjust jump targets according to the Linux coding style convention. > Another check for the variable "status" can be omitted then at the end. > > Signed-off-by: Markus Elfring > ---

[PATCH 2/2] mfd: twl-core: Refactoring for add_numbered_child()

2016-05-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 May 2016 19:50:55 +0200 Adjust jump targets according to the Linux coding style convention. Another check for the variable "status" can be omitted then at the end. Signed-off-by: Markus Elfring --- drivers/mfd/twl-core.c | 19 +-- 1 file chang