Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251069
b: refs/heads/master
c: 634610a
h: refs/heads/master
i:
  251067: 5976d9e
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed May 12, 2011
1 parent a607b6a commit c4c157e
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: 5a8b572d832772722c3b3b7578e7fb968560fcf3
refs/heads/master: 634610ac6cdea8bce09a262cefe46c8705dfd209
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/displays/panel-taal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,8 @@ static int taal_probe(struct omap_dss_device *dssdev)
props.max_brightness = 127;

props.type = BACKLIGHT_RAW;
bldev = backlight_device_register("taal", &dssdev->dev, dssdev,
&taal_bl_ops, &props);
bldev = backlight_device_register(dev_name(&dssdev->dev), &dssdev->dev,
dssdev, &taal_bl_ops, &props);
if (IS_ERR(bldev)) {
r = PTR_ERR(bldev);
goto err_bl;
Expand Down

0 comments on commit c4c157e

Please sign in to comment.