These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / speakup / speakup_dectlk.c
index b5a23d4..09063b8 100644 (file)
@@ -291,10 +291,9 @@ static void do_catch_up(struct spk_synth *synth)
 
 static void synth_flush(struct spk_synth *synth)
 {
-       if (in_escape) {
+       if (in_escape)
                /* if in command output ']' so we don't get an error */
                spk_serial_out(']');
-       }
        in_escape = 0;
        is_flushing = 1;
        spk_serial_out(SYNTH_CLEAR);