From b7cc77cfa6ab882090c101f18081d382f0f245d1 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Thu, 9 Feb 2012 23:46:08 +0900 Subject: [PATCH] --- yaml --- r: 293320 b: refs/heads/master c: 1f5ff88327b5bc7f5476b4e03425074d07ad25d5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/twl4030.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3ebc5d4f0b51..f37da3cc7f89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a08a499aa3d85b605b5669cfc82b8e14232f7e91 +refs/heads/master: 1f5ff88327b5bc7f5476b4e03425074d07ad25d5 diff --git a/trunk/sound/soc/codecs/twl4030.c b/trunk/sound/soc/codecs/twl4030.c index 3039ba209d1d..d7eee0d502e0 100644 --- a/trunk/sound/soc/codecs/twl4030.c +++ b/trunk/sound/soc/codecs/twl4030.c @@ -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);