From ef3b2bd6f3c797d6672cf2739565752019458824 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 21 Jan 2015 21:35:37 +0100 Subject: [PATCH] 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-format-patch failed