Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/isa/msnd
Julia Lawall ef86f581f7 ALSA: Use kzalloc for allocating only one thing
Use kzalloc rather than kcalloc(1,...)

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
@@

- kcalloc(1,
+ kzalloc(
          ...)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-12-19 09:40:26 +01:00
..
Makefile
msnd.c ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some drivers 2009-04-28 15:06:44 +02:00
msnd.h
msnd_classic.c
msnd_classic.h
msnd_midi.c ALSA: Use kzalloc for allocating only one thing 2009-12-19 09:40:26 +01:00
msnd_pinnacle.c ALSA: msnd - Fix build error with CONFIG_PNP=n 2009-02-04 18:28:42 +01:00
msnd_pinnacle.h
msnd_pinnacle_mixer.c