commit | 9c18be8e9342110f6ac89e5c0dc4f6380be8aaa6 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Nov 25 10:41:37 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Dec 07 15:22:49 2016 +0100 |
tree | e0358ffe88d08010d0cbab9bbb219153aa556b85 | |
parent | 1001354ca34179f3db924eb66672442a173147dc [diff] |
gpio: pl061: use local state for parent IRQ storage The driver is poking around in the struct gpio_chip internals, which is a no-no. Use a variable in the local state container. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>