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 09:47:24 -0700 |
commit | 274fca52f11e2a4e911b5868ccc3e1659b403e5e (patch) | |
tree | 9bb4edcc808dc83343d1ddb354d347586b7fbbce /fs/jbd2/commit.c | |
parent | c820f129c9afffb0ecb74312123535a303197875 (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 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions