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:
dc34814
)
Staging: speakup: fix an improperly-declared variable.
author
Christopher Brannon
<chris@the-brannons.com>
Sat, 16 Jun 2012 21:55:20 +0000
(16:55 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 19 Jun 2012 00:13:06 +0000
(17:13 -0700)
A local static variable was declared as a pointer to a string
constant. We're assigning to the underlying memory, so it
needs to be an array instead.
Signed-off-by: Christopher Brannon <chris@the-brannons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found