i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
[safe/jmp/linux-2.6] / drivers / mfd / ab3550-core.c
index 1060f8e..f54ab62 100644 (file)
@@ -1362,7 +1362,6 @@ static int __exit ab3550_remove(struct i2c_client *client)
         * their notifiers so deactivate IRQ
         */
        free_irq(client->irq, ab);
-       i2c_set_clientdata(client, NULL);
        kfree(ab);
        return 0;
 }