]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: correctly use const char * const
authorOlliver Schinagl <oliver@schinagl.nl>
Wed, 21 Jan 2015 20:35:37 +0000 (21:35 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 29 Jan 2015 09:29:53 +0000 (10:29 +0100)
commitef3b2bd6f3c797d6672cf2739565752019458824
treeaf6be1d6fae14f850bcd1ffa71cec7ac071257a1
parent16858cc5d9a65a0aa03b81214e234e33fbfbd64a
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 <oliver@schinagl.nl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c