Browse Source

Merge branch 'fix/asoc' into for-linus

Takashi Iwai 16 years ago
parent
commit
5bd9c69649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/omap/omap-pcm.c

+ 1 - 1
sound/soc/omap/omap-pcm.c

@@ -233,7 +233,7 @@ static int omap_pcm_open(struct snd_pcm_substream *substream)
 	if (ret < 0)
 		goto out;
 
-	prtd = kzalloc(sizeof(prtd), GFP_KERNEL);
+	prtd = kzalloc(sizeof(*prtd), GFP_KERNEL);
 	if (prtd == NULL) {
 		ret = -ENOMEM;
 		goto out;