]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/speakup/speakup_keypc.c
Staging: speakup/speakup_keypc: Return NULL instead of 0
[karo-tx-linux.git] / drivers / staging / speakup / speakup_keypc.c
index 1840ed15a19c4f9ffaab33a03343065a2026054c..2f2fe5eeff63e185f7ccf7e4db22f1308b52a65e 100644 (file)
@@ -168,7 +168,7 @@ static const char *synth_immediate(struct spk_synth *synth, const char *buf)
                udelay(70);
                buf++;
        }
-       return 0;
+       return NULL;
 }
 
 static void do_catch_up(struct spk_synth *synth)