From: Christopher Brannon Date: Sat, 16 Jun 2012 21:55:20 +0000 (-0500) Subject: Staging: speakup: fix an improperly-declared variable. X-Git-Tag: v3.2.29~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1dd47cd57da67691c13e1f2d3cde814d857ebe;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed