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:
Родитель
53fa1f4f1f
Коммит
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 = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче