git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc170e
)
ALSA: snd-usb: mixer: remove error messages on failed kmalloc()
author
Daniel Mack
<zonque@gmail.com>
Sat, 24 May 2014 08:58:17 +0000
(10:58 +0200)
committer
Takashi 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