Skip to content

Commit

Permalink
Merge branch 'fix/asoc' into topic/asoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
2 parents 40aa4a3 + 19b3f31 commit 7004305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/omap/omap-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7004305

Please sign in to comment.