[PATCH 3/4] regulator: wm831x-isink: Use 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 allocated. Signed-off-by: Mark Brown --- drivers/regulator/wm831x-isink.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/regulator/wm831x-isink.c

[PATCH 3/4] regulator: wm831x-isink: 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 opposite order to that in which they are allocated. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/regulator/wm831x-isink.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git