summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches2014-04-25 03:51:03 +0200
committerMark Brown2014-04-25 13:14:46 +0200
commit2a1c23e3396d5a77d6c8e379d18cc657b6225779 (patch)
tree200abf93dcc52407f256ee5aaee05e0c35b83acf
parentASoC: tlv320aic31xx: document that the regulators are mandatory (diff)
downloadkernel-qcow2-linux-2a1c23e3396d5a77d6c8e379d18cc657b6225779.tar.gz
kernel-qcow2-linux-2a1c23e3396d5a77d6c8e379d18cc657b6225779.tar.xz
kernel-qcow2-linux-2a1c23e3396d5a77d6c8e379d18cc657b6225779.zip
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>
-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;
}