diff options
Diffstat (limited to 'drivers/video/backlight')
-rw-r--r-- | drivers/video/backlight/lp855x_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/lp855x_bl.c b/drivers/video/backlight/lp855x_bl.c index c98bdbfdc697..df937ce5c2ec 100644 --- a/drivers/video/backlight/lp855x_bl.c +++ b/drivers/video/backlight/lp855x_bl.c | |||
@@ -273,7 +273,7 @@ static int lp855x_backlight_register(struct lp855x *lp) | |||
273 | struct backlight_device *bl; | 273 | struct backlight_device *bl; |
274 | struct backlight_properties props; | 274 | struct backlight_properties props; |
275 | struct lp855x_platform_data *pdata = lp->pdata; | 275 | struct lp855x_platform_data *pdata = lp->pdata; |
276 | char *name = pdata->name ? : DEFAULT_BL_NAME; | 276 | const char *name = pdata->name ? : DEFAULT_BL_NAME; |
277 | 277 | ||
278 | props.type = BACKLIGHT_PLATFORM; | 278 | props.type = BACKLIGHT_PLATFORM; |
279 | props.max_brightness = MAX_BRIGHTNESS; | 279 | props.max_brightness = MAX_BRIGHTNESS; |