Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346370
b: refs/heads/master
c: 933bd9b
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Dec 18, 2012
1 parent d9da029 commit ad48d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 685746d407a1b93affb20f04988959a3da14c33c
refs/heads/master: 933bd9b3fda5482e88a84a1a3678bb1fbb11a60a
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/generic_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ static int genericbl_probe(struct platform_device *pdev)
props.max_brightness = machinfo->max_intensity;
bd = backlight_device_register(name, &pdev->dev, NULL, &genericbl_ops,
&props);
if (IS_ERR (bd))
return PTR_ERR (bd);
if (IS_ERR(bd))
return PTR_ERR(bd);

platform_set_drvdata(pdev, bd);

Expand Down

0 comments on commit ad48d62

Please sign in to comment.