ASoC: jz4752b: Capture fixes
[linux-block.git] / sound / soc / codecs / tlv320adc3xxx.c
index 8a0965cd3e6672bc118ed173223c31dbce56c680..a969547708d49676b876cba03f109e521965837d 100644 (file)
@@ -1426,7 +1426,7 @@ err_unprepare_mclk:
        return ret;
 }
 
-static int __exit adc3xxx_i2c_remove(struct i2c_client *client)
+static void __exit adc3xxx_i2c_remove(struct i2c_client *client)
 {
        struct adc3xxx *adc3xxx = i2c_get_clientdata(client);
 
@@ -1434,7 +1434,6 @@ static int __exit adc3xxx_i2c_remove(struct i2c_client *client)
                clk_disable_unprepare(adc3xxx->mclk);
        adc3xxx_free_gpio(adc3xxx);
        snd_soc_unregister_component(&client->dev);
-       return 0;
 }
 
 static const struct of_device_id tlv320adc3xxx_of_match[] = {