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:

committed by
Jiri Kosina

parent
8a168ca707
commit
c46d5c04f3
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user