summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8962.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-03-28 08:31:19 -0300
committerMark Brown <broonie@kernel.org>2016-03-29 10:02:27 -0700
commit8bfa934e10d99b524bfe80b793e235b9188a7b58 (patch)
tree579ee4c93648befb85c84328e966216d824aa715 /sound/soc/codecs/wm8962.c
parent65147846796bd443972d9055b3b4c1339e15d53a (diff)
downloadlinux-8bfa934e10d99b524bfe80b793e235b9188a7b58.tar.bz2
ASoC: wm8962: Fit error message into a single line
The error message fits well into a single line. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm8962.c')
-rw-r--r--sound/soc/codecs/wm8962.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index f3f71ba0ed12..93f75dcee388 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3798,8 +3798,7 @@ static int wm8962_runtime_resume(struct device *dev)
ret = regulator_bulk_enable(ARRAY_SIZE(wm8962->supplies),
wm8962->supplies);
if (ret != 0) {
- dev_err(dev,
- "Failed to enable supplies: %d\n", ret);
+ dev_err(dev, "Failed to enable supplies: %d\n", ret);
goto disable_clock;
}