[PATCH 4/4] regulator: wm831x-ldo: Use devm_request_threaded_irq()

2013-08-31 Thread Mark Brown
From: Mark Brown devm guarantees that resources are freed in the oposite order to that in which they are allocated. Signed-off-by: Mark Brown --- drivers/regulator/wm831x-ldo.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/drivers/regulator/wm831x-ldo.c

[PATCH 4/4] regulator: wm831x-ldo: Use devm_request_threaded_irq()

2013-08-31 Thread Mark Brown
From: Mark Brown broo...@linaro.org devm guarantees that resources are freed in the oposite order to that in which they are allocated. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/regulator/wm831x-ldo.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff