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

Commit dd56ebad authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: rt5645: Remove unneeded goto in rt5645_i2c_probe



Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 7171511e
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -2345,14 +2345,8 @@ static int rt5645_i2c_probe(struct i2c_client *i2c,

	}

	ret = snd_soc_register_codec(&i2c->dev, &soc_codec_dev_rt5645,
	return snd_soc_register_codec(&i2c->dev, &soc_codec_dev_rt5645,
				      rt5645_dai, ARRAY_SIZE(rt5645_dai));
	if (ret < 0)
		goto err;

	return 0;
err:
	return ret;
}

static int rt5645_i2c_remove(struct i2c_client *i2c)