git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16858cc
)
gpio: correctly use const char * const
author
Olliver Schinagl
<oliver@schinagl.nl>
Wed, 21 Jan 2015 20:35:37 +0000
(21:35 +0100)
committer
Linus 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
patch
|
blob
|
history
diff --cc
drivers/gpio/gpiolib.c
Simple merge