From: Olliver Schinagl Date: Wed, 7 Jan 2015 09:08:39 +0000 (+0100) Subject: gpio:gpiolib: use static const char const * for a suffixes array X-Git-Tag: fixes-v4.0-rc1~140^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b4d9f2b91a9f1de1b93aee0bbd0259e8b67c53;p=pandora-kernel.git gpio:gpiolib: use static const char const * for a suffixes array Checkpatch complains, and probably with good reason that we should use const char const * for the static constant array that never gets changed. Signed-off-by: Olliver Schinagl Signed-off-by: Linus Walleij --- Reading git-diff-tree failed