Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267889
b: refs/heads/master
c: 42b565d
h: refs/heads/master
i:
  267887: fb6df20
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent ffdc723 commit bda80b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c2de3e742494813acfb93140cf42ca22f4d62ce
refs/heads/master: 42b565df8567751dfdca85b57de6219ddfee49f8
3 changes: 0 additions & 3 deletions trunk/drivers/staging/olpc_dcon/olpc_dcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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);
Expand Down

0 comments on commit bda80b3

Please sign in to comment.