diff options
Diffstat (limited to 'sound/soc/codecs/pcm1789-i2c.c')
-rw-r--r-- | sound/soc/codecs/pcm1789-i2c.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm1789-i2c.c b/sound/soc/codecs/pcm1789-i2c.c index 28e6ca2ad3a4..1d2f7480a6e4 100644 --- a/sound/soc/codecs/pcm1789-i2c.c +++ b/sound/soc/codecs/pcm1789-i2c.c @@ -29,7 +29,9 @@ static int pcm1789_i2c_probe(struct i2c_client *client) static int pcm1789_i2c_remove(struct i2c_client *client) { - return pcm1789_common_exit(&client->dev); + pcm1789_common_exit(&client->dev); + + return 0; } #ifdef CONFIG_OF |