Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / speakup / synth.c
index 4f462c35fdd98dd12d8a96d63d6ff08d0b9c65e7..810a21408715e69d4b8b2f49352b158bd1a9d333 100644 (file)
@@ -18,7 +18,7 @@
 #include "serialio.h"
 
 #define MAXSYNTHS       16      /* Max number of synths in array. */
-static struct spk_synth *synths[MAXSYNTHS];
+static struct spk_synth *synths[MAXSYNTHS + 1];
 struct spk_synth *synth;
 char spk_pitch_buff[32] = "";
 static int module_status;
This page took 0.024043 seconds and 5 git commands to generate.