commit | 609f9692ccd7034aaf620a6cd4ec1b6fb9ba4c7b | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Dec 07 10:04:32 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 05 11:21:07 2016 +0100 |
tree | 0f9b8027be5112d10d5d61e61c1bdd21a0d4e568 | |
parent | 01f76b267bdfaae5ead2fff5de7c80c81ffff1b4 [diff] |
gpio: mc33880: 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>