diff options
author | Christopher Brannon <chris@the-brannons.com> | 2012-06-16 16:55:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-02 10:29:53 -0700 |
commit | 18e64a0a0dfc533ab56f7aa198316b4ea11adca9 (patch) | |
tree | b7af8794c1108431d73d8d135ee078584c35f56c /scripts/patch-kernel | |
parent | 4386363312d70a764a376f1635467bab8e26965a (diff) |
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>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions