[PATCH 2/4] regulator: wm831x-dcdc: Convert to devm_request_threaded_irq()

2013-08-31 Thread Mark Brown
From: Mark Brown devm guarantees that resources are freed in the opposite order to that in which they are registered. Signed-off-by: Mark Brown --- drivers/regulator/wm831x-dcdc.c | 36 ++-- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git

[PATCH 2/4] regulator: wm831x-dcdc: Convert to devm_request_threaded_irq()

2013-08-31 Thread Mark Brown
From: Mark Brown broo...@linaro.org devm guarantees that resources are freed in the opposite order to that in which they are registered. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/regulator/wm831x-dcdc.c | 36 ++-- 1 file changed, 14 insertions(+),