diff options
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/toshiba_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index f88b9d22f39e..dab10f6edcd4 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c | |||
@@ -1095,9 +1095,9 @@ static int __devinit toshiba_acpi_setup_backlight(struct toshiba_acpi_dev *dev) | |||
1095 | ret = get_tr_backlight_status(dev, &enabled); | 1095 | ret = get_tr_backlight_status(dev, &enabled); |
1096 | dev->tr_backlight_supported = !ret; | 1096 | dev->tr_backlight_supported = !ret; |
1097 | 1097 | ||
1098 | memset(&props, 0, sizeof(props)); | ||
1098 | props.type = BACKLIGHT_PLATFORM; | 1099 | props.type = BACKLIGHT_PLATFORM; |
1099 | props.max_brightness = HCI_LCD_BRIGHTNESS_LEVELS - 1; | 1100 | props.max_brightness = HCI_LCD_BRIGHTNESS_LEVELS - 1; |
1100 | memset(&props, 0, sizeof(props)); | ||
1101 | 1101 | ||
1102 | /* adding an extra level and having 0 change to transflective mode */ | 1102 | /* adding an extra level and having 0 change to transflective mode */ |
1103 | if (dev->tr_backlight_supported) | 1103 | if (dev->tr_backlight_supported) |