aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-19 15:37:12 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-19 15:37:12 +0100
commit5bd9c69649754cd4b1a96cdbe5caa4e5d1d35eb5 (patch)
treef1dc7af60020ac245fdbedc108c7c790ad7d0c9c /sound
parent8f55c1e51fbb03998708bdd97d5b6665ab92462d (diff)
parent19b3f31609dc8be3a56c78dcb7da723f10f7009c (diff)
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/omap-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c
index e9084fdd208..acd68efb2b7 100644
--- a/sound/soc/omap/omap-pcm.c
+++ b/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;