From: Daniel Mack Date: Sat, 24 May 2014 08:58:17 +0000 (+0200) Subject: ALSA: snd-usb: mixer: remove error messages on failed kmalloc() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a860d95f74025c6badbbdab6154c4ca15171927e;p=pandora-kernel.git ALSA: snd-usb: mixer: remove error messages on failed kmalloc() If kmalloc() fails, warnings will be loud enough. We can safely just return -ENOMEM in such cases. Signed-off-by: Daniel Mack Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed