commit | 8d98a0673f761f9b7be51a293ca9142ec0c037ca | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Mar 10 15:39:55 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Mar 10 15:39:55 2015 +0100 |
tree | d30312d069a59ef750de013c6d8010b77573047c | |
parent | 2225e79b9b0370bc179f44756bee809b5e7b4d06 [diff] |
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>