Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linus

This commit is contained in:
Takashi Iwai
2008-10-23 19:20:54 +02:00
6 changed files with 31 additions and 24 deletions

View File

@@ -194,7 +194,7 @@ int __pxa2xx_pcm_open(struct snd_pcm_substream *substream)
goto out;
ret = -ENOMEM;
rtd = kmalloc(sizeof(*rtd), GFP_KERNEL);
rtd = kzalloc(sizeof(*rtd), GFP_KERNEL);
if (!rtd)
goto out;
rtd->dma_desc_array =