From: Nicolas Saenz Julienne Date: Thu, 19 Feb 2015 01:52:25 +0000 (+0000) Subject: gpio: tps65912: fix wrong container_of arguments X-Git-Tag: fixes-v4.0-rc2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f97c20e5f7c3582c7310f65a04465bfb0fd0e85;p=pandora-kernel.git gpio: tps65912: fix wrong container_of arguments 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. Cc: Stable Signed-off-by: Nicolas Saenz Julienne Signed-off-by: Linus Walleij --- Reading git-diff-tree failed