projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4dd20
)
ASoC: tlv320aic31xx: Convert /n to \n
author
Joe Perches
<joe@perches.com>
Fri, 25 Apr 2014 01:51:03 +0000
(18:51 -0700)
committer
Mark Brown
<broonie@linaro.org>
Fri, 25 Apr 2014 11:14:46 +0000
(12:14 +0100)
Use a newline character appropriately.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic31xx.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tlv320aic31xx.c
b/sound/soc/codecs/tlv320aic31xx.c
index
fa158cf
..
d1929de
100644
(file)
--- 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;
}