summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-04-24 18:51:03 -0700
committerMark Brown <broonie@linaro.org>2014-04-25 12:14:46 +0100
commit2a1c23e3396d5a77d6c8e379d18cc657b6225779 (patch)
tree200abf93dcc52407f256ee5aaee05e0c35b83acf /sound
parenteb4dd20c2ac9ad394401694d8762e0a13bc469ef (diff)
ASoC: tlv320aic31xx: Convert /n to \n
Use a newline character appropriately. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/tlv320aic31xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index fa158cfe9b32..d1929de641e2 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -376,7 +376,7 @@ static int aic31xx_dapm_power_event(struct snd_soc_dapm_widget *w,
reg = AIC31XX_ADCFLAG;
break;
default:
- dev_err(w->codec->dev, "Unknown widget '%s' calling %s/n",
+ dev_err(w->codec->dev, "Unknown widget '%s' calling %s\n",
w->name, __func__);
return -EINVAL;
}