i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
[safe/jmp/linux-2.6] / drivers / input / keyboard / adp5588-keys.c
index 4771ab1..744600e 100644 (file)
@@ -287,7 +287,6 @@ static int __devexit adp5588_remove(struct i2c_client *client)
        free_irq(client->irq, kpad);
        cancel_delayed_work_sync(&kpad->work);
        input_unregister_device(kpad->input);
-       i2c_set_clientdata(client, NULL);
        kfree(kpad);
 
        return 0;