Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / staging / speakup / main.c
index 8be5604..0d70f68 100644 (file)
@@ -1854,7 +1854,7 @@ static void speakup_bits(struct vc_data *vc)
 
 static int handle_goto(struct vc_data *vc, u_char type, u_char ch, u_short key)
 {
-       static u_char *goto_buf = "\0\0\0\0\0\0";
+       static u_char goto_buf[8];
        static int num;
        int maxlen, go_pos;
        char *cp;