Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293320
b: refs/heads/master
c: 1f5ff88
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Mark Brown committed Feb 9, 2012
1 parent 41ddda6 commit b7cc77c
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: a08a499aa3d85b605b5669cfc82b8e14232f7e91
refs/heads/master: 1f5ff88327b5bc7f5476b4e03425074d07ad25d5
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/twl4030.c
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ static int twl4030_soc_probe(struct snd_soc_codec *codec)

twl4030 = kzalloc(sizeof(struct twl4030_priv), GFP_KERNEL);
if (twl4030 == NULL) {
printk("Can not allocate memroy\n");
printk("Can not allocate memory\n");
return -ENOMEM;
}
snd_soc_codec_set_drvdata(codec, twl4030);
Expand Down

0 comments on commit b7cc77c

Please sign in to comment.