]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: core: Drop superfluous error/debug messages after malloc failures
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Mar 2015 14:42:14 +0000 (15:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 Mar 2015 14:42:14 +0000 (15:42 +0100)
commitc96dcc91ce80a1574e0b44a264fccdfcb853dd81
tree7c19729d7bbd4d97784b45b2e2ec1b13dd005dd6
parent780ce6febc56391ca29040266db947a9582fcbad
ALSA: core: 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/control.c
sound/core/device.c
sound/core/hwdep.c
sound/core/oss/mixer_oss.c
sound/core/oss/pcm_oss.c
sound/core/pcm.c
sound/core/rawmidi.c
sound/core/timer.c