Re: [PATCH 1/2] regulator: uniphier: Fix probe error handling

2019-01-30 Thread Kunihiko Hayashi
Hi Axel, On Wed, 30 Jan 2019 15:11:09 +0800 wrote: > Ensure unwind all resources if probe fails. > > Signed-off-by: Axel Lin > --- > drivers/regulator/uniphier-regulator.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/regulator/uniphier-regulator.c >

[PATCH 1/2] regulator: uniphier: Fix probe error handling

2019-01-29 Thread Axel Lin
Ensure unwind all resources if probe fails. Signed-off-by: Axel Lin --- drivers/regulator/uniphier-regulator.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/uniphier-regulator.c b/drivers/regulator/uniphier-regulator.c index abf22acbd13e..6ba0ae405f