Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272199
b: refs/heads/master
c: 2967b0a
h: refs/heads/master
i:
  272197: e91cbaa
  272195: 7f6ac3c
  272191: 48a0231
v: v3
  • Loading branch information
Wolfram Sang authored and Linus Torvalds committed Nov 1, 2011
1 parent 1c8746e commit 1511395
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 1330b0dcf876201bda0872ea32d64c190384defc
refs/heads/master: 2967b0ad3302d8627c0d99bfed4b8f167e21fdee
2 changes: 0 additions & 2 deletions trunk/drivers/video/backlight/adp8870_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ static int __devinit adp8870_probe(struct i2c_client *client,
out1:
backlight_device_unregister(bl);
out2:
i2c_set_clientdata(client, NULL);
kfree(data);

return ret;
Expand All @@ -951,7 +950,6 @@ static int __devexit adp8870_remove(struct i2c_client *client)
&adp8870_bl_attr_group);

backlight_device_unregister(data->bl);
i2c_set_clientdata(client, NULL);
kfree(data);

return 0;
Expand Down

0 comments on commit 1511395

Please sign in to comment.