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>
This commit is contained in:
parent
6514784679
commit
8bfa934e10
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue