Staging: speakup: fix an improperly-declared variable.
authorChristopher Brannon <chris@the-brannons.com>
Sat, 16 Jun 2012 21:55:20 +0000 (16:55 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 12 Sep 2012 02:37:35 +0000 (03:37 +0100)
commitfc1dd47cd57da67691c13e1f2d3cde814d857ebe
treefb4f175e5ea5b15fb60a2506ad65169d14686589
parent4422e6fe13eff3fc4337dedc76f6830e1a3b4e1a
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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/staging/speakup/main.c