commit | c553c3c4786b9bfbf46b90ebac9c28192377fc13 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Sat Mar 04 17:23:38 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Mar 15 11:16:37 2017 +0100 |
tree | 2b63bf58a92c225a5e51e4eded2698c41e699010 | |
parent | 74dd9ebffff21295e2276ef4cff695a1324bfedd [diff] |
gpio: mxc: use devm_irq_alloc_descs() This driver never frees the interrupt descriptors it allocates. Fix it by using the resource managed version of irq_alloc_descs(). Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>