[PATCH 1/4] regulator: wm831x-dcdc: Convert to devm_gpio_request_one()

2013-08-31 Thread Mark Brown
From: Mark Brown Saves code in the unwind path. Signed-off-by: Mark Brown --- drivers/regulator/wm831x-dcdc.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/regulator/wm831x-dcdc.c b/drivers/regulator/wm831x-dcdc.c index 11861cb..8f62750 100644

[PATCH 1/4] regulator: wm831x-dcdc: Convert to devm_gpio_request_one()

2013-08-31 Thread Mark Brown
From: Mark Brown broo...@linaro.org Saves code in the unwind path. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/regulator/wm831x-dcdc.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/regulator/wm831x-dcdc.c