]> git.ipfire.org Git - people/ms/linux.git/commit
gpio: tps65912: fix wrong container_of arguments
authorNicolas Saenz Julienne <nicolassaenzj@gmail.com>
Thu, 19 Feb 2015 01:52:25 +0000 (01:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:53:03 +0000 (14:53 -0800)
commit171f992511e40da07a4b7dcc7abce21e66e5e456
treeb3e3119699d3657f0634281c0d6ab1affa6860ad
parent7229e9bfe33ca9523d963ce695b8a3608e3b70df
gpio: tps65912: fix wrong container_of arguments

commit 2f97c20e5f7c3582c7310f65a04465bfb0fd0e85 upstream.

The gpio_chip operations receive a pointer the gpio_chip struct which is
contained in the driver's private struct, yet the container_of call in those
functions point to the mfd struct defined in include/linux/mfd/tps65912.h.

Signed-off-by: Nicolas Saenz Julienne <nicolassaenzj@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpio/gpio-tps65912.c