diff options
-rw-r--r-- | drivers/video/backlight/adp8870_bl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/adp8870_bl.c b/drivers/video/backlight/adp8870_bl.c index e320b62576e2..05a8832bb3eb 100644 --- a/drivers/video/backlight/adp8870_bl.c +++ b/drivers/video/backlight/adp8870_bl.c | |||
@@ -889,6 +889,7 @@ static int __devinit adp8870_probe(struct i2c_client *client, | |||
889 | mutex_init(&data->lock); | 889 | mutex_init(&data->lock); |
890 | 890 | ||
891 | memset(&props, 0, sizeof(props)); | 891 | memset(&props, 0, sizeof(props)); |
892 | props.type = BACKLIGHT_RAW; | ||
892 | props.max_brightness = props.brightness = ADP8870_MAX_BRIGHTNESS; | 893 | props.max_brightness = props.brightness = ADP8870_MAX_BRIGHTNESS; |
893 | bl = backlight_device_register(dev_driver_string(&client->dev), | 894 | bl = backlight_device_register(dev_driver_string(&client->dev), |
894 | &client->dev, data, &adp8870_bl_ops, &props); | 895 | &client->dev, data, &adp8870_bl_ops, &props); |