commit | 837c2705a3d5adca3ff5532d9cb6215803bea5f2 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Dec 07 10:25:36 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 05 11:21:08 2016 +0100 |
tree | bffab3b1c146f40a99166068d972ec2135bec966 | |
parent | 6aa7dbfa28775189c53f6ac7f1bc4adf76c9d2ec [diff] |
gpio: mpc5200: 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>