diff options
author | Joe Perches <joe@perches.com> | 2014-04-24 21:51:03 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-25 07:14:46 -0400 |
commit | 2a1c23e3396d5a77d6c8e379d18cc657b6225779 (patch) | |
tree | 200abf93dcc52407f256ee5aaee05e0c35b83acf /sound/soc | |
parent | eb4dd20c2ac9ad394401694d8762e0a13bc469ef (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/soc')
-rw-r--r-- | sound/soc/codecs/tlv320aic31xx.c | 2 |
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, | |||
376 | reg = AIC31XX_ADCFLAG; | 376 | reg = AIC31XX_ADCFLAG; |
377 | break; | 377 | break; |
378 | default: | 378 | default: |
379 | dev_err(w->codec->dev, "Unknown widget '%s' calling %s/n", | 379 | dev_err(w->codec->dev, "Unknown widget '%s' calling %s\n", |
380 | w->name, __func__); | 380 | w->name, __func__); |
381 | return -EINVAL; | 381 | return -EINVAL; |
382 | } | 382 | } |