gpio: gpio-kempld: Fix get_direction return value
commitf230e8ffc03f17bd9d6b90ea890b8252a8cc1821
authorMichael Brunner <mibru@gmx.de>
Mon, 11 May 2015 10:46:49 +0000 (11 12:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 May 2015 11:49:13 +0000 (12 13:49 +0200)
tree0ed91fda8c78725fa92634a3128f3cf8ba159fd8
parent6d86750ce62391f5a0a7985d5c050c2e3c823ab9
gpio: gpio-kempld: Fix get_direction return value

This patch fixes an inverted return value of the gpio get_direction
function.

The wrong value causes the direction sysfs entry and GPIO debugfs file
to indicate incorrect GPIO direction settings. In some cases it also
prevents setting GPIO output values.

The problem is also present in all other stable kernel versions since
linux-3.12.

Cc: Stable <stable@vger.kernel.org> # v3.12+
Reported-by: Jochen Henneberg <jh@henneberg-systemdesign.com>
Signed-off-by: Michael Brunner <michael.brunner@kontron.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-kempld.c