commit | 9bc81137e8082eaa73f1b116e1df2c75673d64df | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Sat Mar 04 17:23:30 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Mar 15 11:16:32 2017 +0100 |
tree | 5d028d00f92d58aa6998240c05e7f5a77b885e04 | |
parent | 62a7ca0735f47e5799a892daab39be3c67979de9 [diff] |
gpio: twl4030: use devm_irq_alloc_descs() This driver never frees the irq descriptors it allocates. Fix it by using a resource managed variant of irq_alloc_descs(). Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>