Re: [PATCH v2] mfd: wm8400-core: Remove unnecessary goto

2014-02-14 Thread Lee Jones
> Return directly to avoid redundant lines of code. > > Signed-off-by: Sachin Kamat > Acked-by: Lee Jones > --- > Changes since v1: > Changed (wm8400 == NULL) -> (!wm8400) > --- > drivers/mfd/wm8400-core.c | 22 +- > 1 file changed, 5 insertions(+), 17 deletions(-) Nice

[PATCH v2] mfd: wm8400-core: Remove unnecessary goto

2014-02-14 Thread Sachin Kamat
Return directly to avoid redundant lines of code. Signed-off-by: Sachin Kamat Acked-by: Lee Jones --- Changes since v1: Changed (wm8400 == NULL) -> (!wm8400) --- drivers/mfd/wm8400-core.c | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git

[PATCH v2] mfd: wm8400-core: Remove unnecessary goto

2014-02-14 Thread Sachin Kamat
Return directly to avoid redundant lines of code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- Changes since v1: Changed (wm8400 == NULL) - (!wm8400) --- drivers/mfd/wm8400-core.c | 22 +- 1 file changed, 5 insertions(+),

Re: [PATCH v2] mfd: wm8400-core: Remove unnecessary goto

2014-02-14 Thread Lee Jones
Return directly to avoid redundant lines of code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- Changes since v1: Changed (wm8400 == NULL) - (!wm8400) --- drivers/mfd/wm8400-core.c | 22 +- 1 file changed, 5