aboutsummaryrefslogtreecommitdiff
path: root/sound/core/timer.c
diff options
context:
space:
mode:
authorThomas Meyer <thomas@m3y3r.de>2011-08-06 13:26:20 +0200
committerTakashi Iwai <tiwai@suse.de>2011-08-07 17:32:52 +0200
commit67ada8367c323ce13d0268c87cf09bf8af956e92 (patch)
tree8574fd2040ef1f6beba7198f841dc2f0cd38df1e /sound/core/timer.c
parentf4389489b5cbe60b3441869c68bb4afe760969c4 (diff)
ALSA: asihpi - use kzalloc()
Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this output is available in scripts/coccinelle/api/alloc/kzalloc-simple.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/timer.c')
0 files changed, 0 insertions, 0 deletions