|
@@ -697,7 +697,6 @@ static int dcon_probe(struct i2c_client *client, const struct i2c_device_id *id)
|
|
|
eirq:
|
|
|
free_irq(DCON_IRQ, dcon);
|
|
|
einit:
|
|
|
- i2c_set_clientdata(client, NULL);
|
|
|
kfree(dcon);
|
|
|
return rc;
|
|
|
}
|
|
@@ -706,8 +705,6 @@ static int dcon_remove(struct i2c_client *client)
|
|
|
{
|
|
|
struct dcon_priv *dcon = i2c_get_clientdata(client);
|
|
|
|
|
|
- i2c_set_clientdata(client, NULL);
|
|
|
-
|
|
|
fb_unregister_client(&dcon->fbevent_nb);
|
|
|
unregister_reboot_notifier(&dcon->reboot_nb);
|
|
|
atomic_notifier_chain_unregister(&panic_notifier_list, &dcon_panic_nb);
|