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

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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}