commit | 8514b5439c90f077fadaf981b5f1aec9cde7be76 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Sat Mar 04 17:23:39 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Mar 15 11:16:37 2017 +0100 |
tree | 50bc9d7023986515386f46da8bea1f6c1bec6194 | |
parent | c553c3c4786b9bfbf46b90ebac9c28192377fc13 [diff] |
gpio: mxs: 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>