Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330079
b: refs/heads/master
c: 66be0e5
h: refs/heads/master
i:
  330077: 97f3869
  330075: 7143937
  330071: 7976074
  330063: d8d36e1
  330047: 5ad8e4b
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Oct 5, 2012
1 parent 557ed7b commit 3eb0cda
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: 56a2aba3c4c57ccbbb480f9e64e33aa752cb6a30
refs/heads/master: 66be0e5bf5f555742a14a14712b537470dd2ba7e
2 changes: 0 additions & 2 deletions trunk/drivers/video/backlight/da9052_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ static int da9052_backlight_probe(struct platform_device *pdev)
&da9052_backlight_ops, &props);
if (IS_ERR(bl)) {
dev_err(&pdev->dev, "Failed to register backlight\n");
devm_kfree(&pdev->dev, wleds);
return PTR_ERR(bl);
}

Expand All @@ -149,7 +148,6 @@ static int da9052_backlight_remove(struct platform_device *pdev)
wleds->state = DA9052_WLEDS_OFF;
da9052_adjust_wled_brightness(wleds);
backlight_device_unregister(bl);
devm_kfree(&pdev->dev, wleds);

return 0;
}
Expand Down

0 comments on commit 3eb0cda

Please sign in to comment.