Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249177
b: refs/heads/master
c: 36207d1
h: refs/heads/master
i:
  249175: 179f410
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Apr 26, 2011
1 parent db4a18a commit 9bd0f88
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: 4df25c69c946d3879581d6fbe8a34c5bb4932c1d
refs/heads/master: 36207d1167c76b9b3d986cdb36bd3468a367cafb
1 change: 1 addition & 0 deletions trunk/drivers/staging/gma500/psb_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ int psb_backlight_init(struct drm_device *dev)
struct backlight_properties props;
memset(&props, 0, sizeof(struct backlight_properties));
props.max_brightness = 100;
props.type = BACKLIGHT_PLATFORM;

psb_backlight_device = backlight_device_register("psb-bl", NULL,
(void *)dev, &psb_ops, &props);
Expand Down

0 comments on commit 9bd0f88

Please sign in to comment.