diff options
Diffstat (limited to 'drivers/mfd/88pm860x-i2c.c')
-rw-r--r-- | drivers/mfd/88pm860x-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/88pm860x-i2c.c b/drivers/mfd/88pm860x-i2c.c index 4a6e7186334e..b0bade1881d4 100644 --- a/drivers/mfd/88pm860x-i2c.c +++ b/drivers/mfd/88pm860x-i2c.c | |||
@@ -202,6 +202,7 @@ static int __devexit pm860x_remove(struct i2c_client *client) | |||
202 | i2c_unregister_device(chip->companion); | 202 | i2c_unregister_device(chip->companion); |
203 | i2c_set_clientdata(chip->companion, NULL); | 203 | i2c_set_clientdata(chip->companion, NULL); |
204 | i2c_set_clientdata(chip->client, NULL); | 204 | i2c_set_clientdata(chip->client, NULL); |
205 | i2c_set_clientdata(client, NULL); | ||
205 | kfree(chip); | 206 | kfree(chip); |
206 | return 0; | 207 | return 0; |
207 | } | 208 | } |