mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_brightness
We have set props.max_brightness before registering backlight device. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e2e7da9bcc
commit
6b19bad8b2
@ -722,8 +722,7 @@ static int __devinit adp8860_probe(struct i2c_client *client,
|
||||
goto out2;
|
||||
}
|
||||
|
||||
bl->props.max_brightness =
|
||||
bl->props.brightness = ADP8860_MAX_BRIGHTNESS;
|
||||
bl->props.brightness = ADP8860_MAX_BRIGHTNESS;
|
||||
|
||||
data->bl = bl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user