Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310166
b: refs/heads/master
c: 53039f2
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Garrett committed Jun 1, 2012
1 parent 95e0939 commit a6baaf5
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: d0e0a4777941b93036e5e325b0db6056e1c3092d
refs/heads/master: 53039f222c548bfc119eea6df4dca2b57550e271
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/toshiba_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1095,9 +1095,9 @@ static int __devinit toshiba_acpi_setup_backlight(struct toshiba_acpi_dev *dev)
ret = get_tr_backlight_status(dev, &enabled);
dev->tr_backlight_supported = !ret;

memset(&props, 0, sizeof(props));
props.type = BACKLIGHT_PLATFORM;
props.max_brightness = HCI_LCD_BRIGHTNESS_LEVELS - 1;
memset(&props, 0, sizeof(props));

/* adding an extra level and having 0 change to transflective mode */
if (dev->tr_backlight_supported)
Expand Down

0 comments on commit a6baaf5

Please sign in to comment.