aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ab8500-codec.c
diff options
context:
space:
mode:
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 6c12ac206ee9..a153b168129b 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)
2147 status = ab8500_codec_set_dai_clock_gate(codec, fmt); 2147 status = ab8500_codec_set_dai_clock_gate(codec, fmt);
2148 if (status) { 2148 if (status) {
2149 dev_err(dai->codec->dev, 2149 dev_err(dai->codec->dev,
2150 "%s: ERRROR: Failed to set clock gate (%d).\n", 2150 "%s: ERROR: Failed to set clock gate (%d).\n",
2151 __func__, status); 2151 __func__, status);
2152 return status; 2152 return status;
2153 } 2153 }