commit | 7a4ca51b704038d1d7f5e31177a7fa4d9dcb839e | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Oct 19 19:06:00 2017 +0200 |
committer | Eduardo Valentin <edubezval@gmail.com> | Tue Oct 31 19:32:17 2017 -0700 |
tree | befd9504423165d7265cb3a6421120fd40978087 | |
parent | d377aba193111419341fabaec6cab92df25e1b28 [diff] |
thermal/drivers/qcom-spmi: Use devm_iio_channel_get The iio_channel_get() function has now its devm_ version. Use it and remove all the rollback code for iio_channel_release() as well as the .remove ops. [Compiled tested only] Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>