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

Commit 38f57532 authored by Brian Austin's avatar Brian Austin Committed by Mark Brown
Browse files

ASoC: cs35l32: fix compile warning for i2c_probe



Forgot to add a return for err_disable goto statement.
Causes compile warning of control reaching end of non-void

Signed-off-by: default avatarBrian Austin <briann.austin@cirrus.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 9cf44690
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -549,6 +549,7 @@ static int cs35l32_i2c_probe(struct i2c_client *i2c_client,
err_disable:
	regulator_bulk_disable(ARRAY_SIZE(cs35l32->supplies),
			       cs35l32->supplies);
	return ret;
}

static int cs35l32_i2c_remove(struct i2c_client *i2c_client)