Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119202
b: refs/heads/master
c: f55491a
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Linus Torvalds committed Nov 20, 2008
1 parent 7aae01f commit 132ec5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33d283bef23132c48195eafc21449f8ba88fce6b
refs/heads/master: f55491a4bcbe8bab337bc00830ca12d703ea2613
1 change: 1 addition & 0 deletions trunk/drivers/video/backlight/da903x.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ static int da903x_backlight_probe(struct platform_device *pdev)
data, &da903x_backlight_ops);
if (IS_ERR(bl)) {
dev_err(&pdev->dev, "failed to register backlight\n");
kfree(data);
return PTR_ERR(bl);
}

Expand Down

0 comments on commit 132ec5c

Please sign in to comment.