commit | 2ed36f30139f773e3c99eeca2307b7a6596f4b90 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Sat Mar 04 17:23:31 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Mar 15 11:16:33 2017 +0100 |
tree | 0a39e6d3d81314125e37ae8f7b68bad919093526 | |
parent | 9bc81137e8082eaa73f1b116e1df2c75673d64df [diff] |
gpio: omap: use devm_irq_alloc_descs() This driver never frees the allocated interrupt descriptors. 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>