diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-02 23:25:30 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-09 11:44:56 +0100 |
commit | c46d5c04f377bcaf955f38a45cbd752bcb68614d (patch) | |
tree | 9ad5fbe6d7e9f5659c76bd9404b60198b7ff7919 /sound/soc/codecs/ab8500-codec.c | |
parent | 8a168ca7074b463d0e19a9e9c15946db1afbddc4 (diff) |
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.c | 2 |
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; } |