Skip to content

Commit

Permalink
ASoC: tlv320aic31xx: Convert /n to \n
Browse files Browse the repository at this point in the history
Use a newline character appropriately.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Joe Perches authored and Mark Brown committed Apr 25, 2014
1 parent eb4dd20 commit 2a1c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tlv320aic31xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2a1c23e

Please sign in to comment.