regulator: wm831x-isink: Use devm_request_threaded_irq()
authorMark Brown <broonie@linaro.org>
Sat, 31 Aug 2013 10:48:45 +0000 (11:48 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:27:53 +0000 (00:27 +0100)
commit63fb3149c8ba2b0194ba7e967f2dafc1c8c0da69
treeccd3135fc6aeb6634a7ea7f7eec15989d09f53c0
parentb0c4c0c68982156bfb94993305e69a03309395c3
regulator: wm831x-isink: Use devm_request_threaded_irq()

devm guarantees that resources are freed in the opposite order to that in
which they are allocated.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/wm831x-isink.c