projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08a499
)
ASoC: Fix typo in twl4030.c
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 9 Feb 2012 14:46:08 +0000
(23:46 +0900)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 9 Feb 2012 23:03:52 +0000
(23:03 +0000)
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>
sound/soc/codecs/twl4030.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/twl4030.c
b/sound/soc/codecs/twl4030.c
index
3039ba2
..
d7eee0d
100644
(file)
--- 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 mem
ro
y\n");
+ printk("Can not allocate mem
or
y\n");
return -ENOMEM;
}
snd_soc_codec_set_drvdata(codec, twl4030);