Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a1c23e3 authored by Joe Perches's avatar Joe Perches Committed by Mark Brown
Browse files

ASoC: tlv320aic31xx: Convert /n to \n



Use a newline character appropriately.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent eb4dd20c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}