mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
Staging: speakup/speakup_dtlk: Return NULL instead of 0
The function returns a pointer. Hence return NULL instead of 0. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dbbe686368
commit
61b7a28428
@ -254,7 +254,7 @@ static const char *synth_immediate(struct spk_synth *synth, const char *buf)
|
||||
spk_out(ch);
|
||||
buf++;
|
||||
}
|
||||
return 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void synth_flush(struct spk_synth *synth)
|
||||
|
Loading…
x
Reference in New Issue
Block a user