Re: [PATCH 3/6] regulator: fixed: use devm_regulator_register()

2013-12-09 Thread Jingoo Han
On Tuesday, December 10, 2013 2:45 AM, Mark Brown wrote: > On Fri, Dec 06, 2013 at 04:09:29PM +0900, Jingoo Han wrote: > > Use devm_regulator_register() to make cleanup paths simpler. > > This has the same issue as the gpio regulator - it needs a more complete > conversion to devm to be safe due

Re: [PATCH 3/6] regulator: fixed: use devm_regulator_register()

2013-12-09 Thread Mark Brown
On Fri, Dec 06, 2013 at 04:09:29PM +0900, Jingoo Han wrote: > Use devm_regulator_register() to make cleanup paths simpler. This has the same issue as the gpio regulator - it needs a more complete conversion to devm to be safe due to the use of other resources by the regulator while it's running.

Re: [PATCH 3/6] regulator: fixed: use devm_regulator_register()

2013-12-09 Thread Mark Brown
On Fri, Dec 06, 2013 at 04:09:29PM +0900, Jingoo Han wrote: Use devm_regulator_register() to make cleanup paths simpler. This has the same issue as the gpio regulator - it needs a more complete conversion to devm to be safe due to the use of other resources by the regulator while it's running.

Re: [PATCH 3/6] regulator: fixed: use devm_regulator_register()

2013-12-09 Thread Jingoo Han
On Tuesday, December 10, 2013 2:45 AM, Mark Brown wrote: On Fri, Dec 06, 2013 at 04:09:29PM +0900, Jingoo Han wrote: Use devm_regulator_register() to make cleanup paths simpler. This has the same issue as the gpio regulator - it needs a more complete conversion to devm to be safe due to the

[PATCH 3/6] regulator: fixed: use devm_regulator_register()

2013-12-05 Thread Jingoo Han
Use devm_regulator_register() to make cleanup paths simpler. Signed-off-by: Jingoo Han --- drivers/regulator/fixed.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 5ea64b9..f45cc1ac 100644 ---

[PATCH 3/6] regulator: fixed: use devm_regulator_register()

2013-12-05 Thread Jingoo Han
Use devm_regulator_register() to make cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/regulator/fixed.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 5ea64b9..f45cc1ac 100644