Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120320
b: refs/heads/master
c: 7004305
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
1 parent e3a4434 commit 763080a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40aa4a30d0fd075fb934de4ee8163056827052ab
refs/heads/master: 70043058a6968917c00c8d4cff5bfc0e095831ec
2 changes: 1 addition & 1 deletion trunk/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 763080a

Please sign in to comment.