]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: speakup: fix an improperly-declared variable.
authorChristopher Brannon <chris@the-brannons.com>
Sat, 16 Jun 2012 21:55:20 +0000 (16:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:39:01 +0000 (10:39 -0700)
commitdef222114749513b41e047851a98bffdf6dfd2e2
treede6e043f7f70908c0bba86aa0e9f8ad1b13a1583
parentfd7e78f57986f831eb0530e6c191eef9982781c3
Staging: speakup: fix an improperly-declared variable.

commit 4ea418b8b2fa8a70d0fcc8231b65e67b3a72984b upstream.

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>
drivers/staging/speakup/main.c