summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ab8500-codec.c
diff options
context:
space:
mode:
authorMasanari Iida2012-11-02 15:25:30 +0100
committerJiri Kosina2013-01-09 11:44:56 +0100
commitc46d5c04f377bcaf955f38a45cbd752bcb68614d (patch)
tree9ad5fbe6d7e9f5659c76bd9404b60198b7ff7919 /sound/soc/codecs/ab8500-codec.c
parenttreewide: Fix typo in various drivers (diff)
downloadkernel-qcow2-linux-c46d5c04f377bcaf955f38a45cbd752bcb68614d.tar.gz
kernel-qcow2-linux-c46d5c04f377bcaf955f38a45cbd752bcb68614d.tar.xz
kernel-qcow2-linux-c46d5c04f377bcaf955f38a45cbd752bcb68614d.zip
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>
Diffstat (limited to 'sound/soc/codecs/ab8500-codec.c')
-rw-r--r--sound/soc/codecs/ab8500-codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c
index af547490b4f7..f848878d553f 100644
--- a/sound/soc/codecs/ab8500-codec.c
+++ b/sound/soc/codecs/ab8500-codec.c
@@ -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;
}