From: Olliver Schinagl Date: Wed, 21 Jan 2015 20:35:37 +0000 (+0100) Subject: gpio: correctly use const char * const X-Git-Tag: fixes-v4.0-rc1~140^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3b2bd6f3c797d6672cf2739565752019458824;p=pandora-kernel.git gpio: correctly use const char * const On my previous patch I was overly hasty and made the suffixes string array const char const *suffixes, instaed of const char * const suffixes. This patch corrects that Signed-off-by: Olliver Schinagl Signed-off-by: Linus Walleij --- Reading git-diff-tree failed