Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119171
b: refs/heads/master
c: cf7b9a1
h: refs/heads/master
i:
  119169: db3964a
  119167: c1abd82
v: v3
  • Loading branch information
Julien Brunel authored and Linus Torvalds committed Nov 20, 2008
1 parent 1016b4d commit c6ad458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9ca791bbd464d7968db1530b433cc397a4c348c1
refs/heads/master: cf7b9a1e11993a064f445d332fecf22819b87a5e
2 changes: 1 addition & 1 deletion trunk/drivers/video/atmel_lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static void init_backlight(struct atmel_lcdfb_info *sinfo)

bl = backlight_device_register("backlight", &sinfo->pdev->dev,
sinfo, &atmel_lcdc_bl_ops);
if (IS_ERR(sinfo->backlight)) {
if (IS_ERR(bl)) {
dev_err(&sinfo->pdev->dev, "error %ld on backlight register\n",
PTR_ERR(bl));
return;
Expand Down

0 comments on commit c6ad458

Please sign in to comment.