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, 19 Jun 2012 00:13:06 +0000 (17:13 -0700)
commit4ea418b8b2fa8a70d0fcc8231b65e67b3a72984b
tree638f7e603fe3b87e18449c7bb6c01bce2d9d0513
parentdc348147a9e1ba84395d1e585d26af44f0ca4e29
Staging: speakup: fix an improperly-declared variable.

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