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)
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

Simple merge