sound: soc: Fix typo in sound/codecs

Correct spelling typo in sound/soc/codecs

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2012-11-02 23:25:30 +09:00
committed by Jiri Kosina
parent 8a168ca707
commit c46d5c04f3
5 changed files with 13 additions and 13 deletions

View File

@@ -2147,7 +2147,7 @@ static int ab8500_codec_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
status = ab8500_codec_set_dai_clock_gate(codec, fmt);
if (status) {
dev_err(dai->codec->dev,
"%s: ERRROR: Failed to set clock gate (%d).\n",
"%s: ERROR: Failed to set clock gate (%d).\n",
__func__, status);
return status;
}