Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254817
b: refs/heads/master
c: 60cfa09
h: refs/heads/master
i:
  254815: efd9f4c
v: v3
  • Loading branch information
Axel Lin authored and Matthew Garrett committed Jul 7, 2011
1 parent 457bca6 commit dfc1f7d
Show file tree
Hide file tree
Showing 3 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: a50245af782ea85b1d5ad23e1015e0ac52996b27
refs/heads/master: 60cfa098dc60a9988e18d0bbab735e10c744e6fe
1 change: 1 addition & 0 deletions trunk/drivers/platform/x86/asus-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ static int asus_wmi_backlight_init(struct asus_wmi *asus)
return power;

memset(&props, 0, sizeof(struct backlight_properties));
props.type = BACKLIGHT_PLATFORM;
props.max_brightness = max;
bd = backlight_device_register(asus->driver->name,
&asus->platform_device->dev, asus,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/platform/x86/intel_oaktrail.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ static int oaktrail_backlight_init(void)
struct backlight_properties props;

memset(&props, 0, sizeof(struct backlight_properties));
props.type = BACKLIGHT_PLATFORM;
props.max_brightness = OT_EC_BL_BRIGHTNESS_MAX;
bd = backlight_device_register(DRIVER_NAME,
&oaktrail_device->dev, NULL,
Expand Down

0 comments on commit dfc1f7d

Please sign in to comment.