X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmfd%2F88pm860x-i2c.c;h=bc02e6b21608be1ee4a0fcf4e52e3e6e7f383982;hb=167b7129042a4b4c09bb4ede5482ff79340a3999;hp=4a6e7186334e31ce4eccea8b0937312c20b5e29f;hpb=06ee772043c7ad125f2c2e6a08dc563706f39e8d;p=pandora-kernel.git diff --git a/drivers/mfd/88pm860x-i2c.c b/drivers/mfd/88pm860x-i2c.c index 4a6e7186334e..bc02e6b21608 100644 --- a/drivers/mfd/88pm860x-i2c.c +++ b/drivers/mfd/88pm860x-i2c.c @@ -200,8 +200,6 @@ static int __devexit pm860x_remove(struct i2c_client *client) pm860x_device_exit(chip); i2c_unregister_device(chip->companion); - i2c_set_clientdata(chip->companion, NULL); - i2c_set_clientdata(chip->client, NULL); kfree(chip); return 0; }