commit | 9355879ea42b84914ab27064df6760b2a7db0883 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Dec 07 15:09:57 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 05 11:21:18 2016 +0100 |
tree | 18bcd8f956efc0892c870c69ddb72b9971ea15e4 | |
parent | 2a873c8d623023ecfde33542729bfb682fcd0f12 [diff] |
gpio: vx855: 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>