leds: make brightness type consistent across whole subsystem
authorJacek Anaszewski <j.anaszewski@samsung.com>
Thu, 7 Aug 2014 12:10:23 +0000 (05:10 -0700)
committerBryan Wu <cooloney@gmail.com>
Thu, 11 Sep 2014 23:55:25 +0000 (16:55 -0700)
Documentations states that brightness units type is enum led_brightness
and this is the type used by the led API functions. Adjust the type
of brightness variables in the struct led_classdev accordingly.

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
include/linux/leds.h

Simple merge