]> git.kernelconcepts.de Git - karo-tx-linux.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)
commita860d95f74025c6badbbdab6154c4ca15171927e
tree506651f751d462afa72062d1d4164ce0c98a6a10
parent6bc170e4e8ac439c75153c0a03c736e37cf9f9a4
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