mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
staging: line6: midi: Use NULL instead of 0 for pointers
Use NULL instead of 0 for pointers. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
53fa1f4f1f
commit
a0d6f2b1da
@ -205,7 +205,7 @@ static void line6_midi_input_trigger(struct snd_rawmidi_substream *substream,
|
||||
if (up)
|
||||
line6->line6midi->substream_receive = substream;
|
||||
else
|
||||
line6->line6midi->substream_receive = 0;
|
||||
line6->line6midi->substream_receive = NULL;
|
||||
}
|
||||
|
||||
static struct snd_rawmidi_ops line6_midi_output_ops = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user