On Fri, Sep 07, 2018 at 01:01:34AM +0000, Kuninori Morimoto wrote:
static int rt5668_i2c_remove(struct i2c_client *i2c)
{
- snd_soc_unregister_component(&i2c->dev);
- return 0;
}
This one is fine but the function is now empty so should be removed
entirely.