]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae34a3c99e3655ea04616e1ae4d5d1056484b264
tree506651f751d462afa72062d1d4164ce0c98a6a10
parentc40d678e9342ce864521107323fada8ab9dd5c32
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 <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer.c