commit | 1e69c4fe2a67a63e6b392338dd01627ee26f9ca3 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Dec 04 14:56:15 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 05 11:21:01 2016 +0100 |
tree | 9a64d73a90e9209835e6967c7291659140c3b6c4 | |
parent | b2afc6f3522c8f49a420cb77f5a9c51fe1d50e33 [diff] |
gpio: adnp: use gpiochip data pointer This makes the driver use the data pointer added to the gpio_chip to store a pointer to the state container instead of relying on container_of(). Signed-off-by: Linus Walleij <linus.walleij@linaro.org>