提交 8bfa934e 编写于 作者: F Fabio Estevam 提交者: Mark Brown

ASoC: wm8962: Fit error message into a single line

The error message fits well into a single line.
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Acked-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 65147846
...@@ -3798,8 +3798,7 @@ static int wm8962_runtime_resume(struct device *dev) ...@@ -3798,8 +3798,7 @@ static int wm8962_runtime_resume(struct device *dev)
ret = regulator_bulk_enable(ARRAY_SIZE(wm8962->supplies), ret = regulator_bulk_enable(ARRAY_SIZE(wm8962->supplies),
wm8962->supplies); wm8962->supplies);
if (ret != 0) { if (ret != 0) {
dev_err(dev, dev_err(dev, "Failed to enable supplies: %d\n", ret);
"Failed to enable supplies: %d\n", ret);
goto disable_clock; goto disable_clock;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册