Skip to content

Commit

Permalink
ASoC: Fix typo in twl4030.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Mark Brown committed Feb 9, 2012
1 parent a08a499 commit 1f5ff88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 1f5ff88

Please sign in to comment.