From: Rabin Vincent Date: Thu, 27 May 2010 11:22:42 +0000 (+0100) Subject: ARM: 6147/1: nomadik-gpio: set val in ->direction_output() X-Git-Tag: v2.6.36-rc1~591^2~2^7~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6647c6c0b62ae14ca994c5776ddb084820bea808;p=pandora-kernel.git ARM: 6147/1: nomadik-gpio: set val in ->direction_output() The ->direction_output() callback needs to set the value it was passed, in addition to setting the direction as output. On this peripheral, we can't set the value before setting the direction, so set it after. Acked-by: Alessandro Rubini Acked-by: Linus Walleij Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed