aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/twl4030.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-09 23:46:08 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-09 23:03:52 +0000
commit1f5ff88327b5bc7f5476b4e03425074d07ad25d5 (patch)
tree9bd56b5ac46f06b6a6d997f658c872293c04cb07 /sound/soc/codecs/twl4030.c
parenta08a499aa3d85b605b5669cfc82b8e14232f7e91 (diff)
ASoC: Fix typo in twl4030.c
Correct spelling "memroy" to "memory" in sound/soc/codecs/twl4030.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/twl4030.c')
-rw-r--r--sound/soc/codecs/twl4030.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index 3039ba209d1..d7eee0d502e 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/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);