Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / mfd / tps65912-i2c.c
index f7c22ea..06eb278 100644 (file)
@@ -55,7 +55,9 @@ static int tps65912_i2c_remove(struct i2c_client *client)
 {
        struct tps65912 *tps = i2c_get_clientdata(client);
 
-       return tps65912_device_exit(tps);
+       tps65912_device_exit(tps);
+
+       return 0;
 }
 
 static const struct i2c_device_id tps65912_i2c_id_table[] = {