From: Laxman Dewangan Date: Wed, 20 Jun 2012 08:44:05 +0000 (+0530) Subject: gpio: fix bits conflict for gpio flags X-Git-Tag: v3.5-rc7~34^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f567fde24640cf6f2d6416196bfc8b3fefc8e433;p=pandora-kernel.git gpio: fix bits conflict for gpio flags The bit 2 and 3 in GPIO flag are allocated for the flag OPEN_DRAIN/OPEN_SOURCE. These bits are reused for the flag EXPORT/EXPORT_CHANGEABLE and so creating conflict. Fix this conflict by assigning bit 4 and 5 for the flag EXPORT/EXPORT_CHANGEABLE. Signed-off-by: Laxman Dewangan Signed-off-by: Linus Walleij --- Reading git-diff-tree failed