Commit 8bfa934e authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: wm8962: Fit error message into a single line

The error message fits well into a single line.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 65147846
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment