ALSA: snd-usb: mixer: remove error messages on failed kmalloc()
authorDaniel Mack <zonque@gmail.com>
Sat, 24 May 2014 08:58:17 +0000 (10:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 25 May 2014 07:09:01 +0000 (09:09 +0200)
If kmalloc() fails, warnings will be loud enough. We can safely just
return -ENOMEM in such cases.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found