]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Mar 2015 14:39:55 +0000 (15:39 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 Mar 2015 14:39:55 +0000 (15:39 +0100)
commit8d98a0673f761f9b7be51a293ca9142ec0c037ca
treed30312d069a59ef750de013c6d8010b77573047c
parent2225e79b9b0370bc179f44756bee809b5e7b4d06
ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures

The kernel memory allocators already report the errors when the
requested allocation fails, thus we don't need to warn it again in
each caller side.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_init.c
sound/core/seq/oss/seq_oss_midi.c
sound/core/seq/oss/seq_oss_readq.c
sound/core/seq/oss/seq_oss_synth.c