[alsa-devel] [PATCH 5/5] sound: tlv320aic31xx: Convert /n to \n
Joe Perches
joe at perches.com
Fri Apr 25 03:51:03 CEST 2014
Use a newline character appropriately.
Signed-off-by: Joe Perches <joe at perches.com>
---
sound/soc/codecs/tlv320aic31xx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index b93d500..2341910 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -377,7 +377,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;
}
--
1.8.1.2.459.gbcd45b4.dirty
More information about the Alsa-devel
mailing list