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:
1c62e9f
)
ALSA: compress: Use kzalloc() for ioctls writing back data
author
Takashi Iwai
<tiwai@suse.de>
Mon, 22 Apr 2013 08:38:26 +0000
(10:38 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 22 Apr 2013 08:40:29 +0000
(10:40 +0200)
Like the previous patch by Dan, we should clear the data to be
returned from certain compress ioctls, namely,
snd_compr_get_codec_caps() and snd_compr_get_params().
This time, we can simply replace kmalloc() with kzalloc().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found