Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358271
b: refs/heads/master
c: b795016
h: refs/heads/master
i:
  358269: c1f0197
  358267: 17a9539
  358263: 88fbeb7
  358255: f52d7ee
  358239: 03f3a27
  358207: 5286ac4
  358143: 8a426b6
v: v3
  • Loading branch information
Marcin Slusarz authored and Ben Skeggs committed Feb 20, 2013
1 parent 2454291 commit ac67c13
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a441dbb1d674b5696e3a27a95e72988f35236c9f
refs/heads/master: b795016cd2c6aebfa40cbccb3bad4e0325815fb4
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ nv40_backlight_init(struct drm_connector *connector)
props.max_brightness = 31;
bd = backlight_device_register("nv_backlight", &connector->kdev, drm,
&nv40_bl_ops, &props);
if (IS_ERR(bd))
return PTR_ERR(bd);
drm->backlight = bd;
bd->props.brightness = nv40_get_intensity(bd);
backlight_update_status(bd);
Expand Down

0 comments on commit ac67c13

Please sign in to comment.