]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: seq: Drop superfluous error/debug messages after malloc failures
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Mar 2015 14:41:18 +0000 (15:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 Mar 2015 14:41:18 +0000 (15:41 +0100)
commite4110b05e91451569af61f2335727001c52f9402
treeab1e97ade094b0f661bf9aedc0c3aafb7cfab0cf
parent9710fd507479d44a6f3d76c24bd51b324330c072
ALSA: seq: 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/seq_fifo.c
sound/core/seq/seq_memory.c
sound/core/seq/seq_ports.c
sound/core/seq/seq_prioq.c
sound/core/seq/seq_queue.c
sound/core/seq/seq_timer.c