[ARM] 4250/1: Fix locomo backlight conversion error/compile failure
Fix locomo backlight conversion error and subsequent compile failure
from commit 599a52d126
.
Signed-off-by: RIchard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
774830377b
commit
2a391a1845
@@ -199,8 +199,8 @@ static int locomolcd_remove(struct locomo_dev *dev)
|
|||||||
{
|
{
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
locomobl_data.brightness = 0;
|
locomolcd_bl_device->props.brightness = 0;
|
||||||
locomobl_data.power = 0;
|
locomolcd_bl_device->props.power = 0;
|
||||||
locomolcd_set_intensity(locomolcd_bl_device);
|
locomolcd_set_intensity(locomolcd_bl_device);
|
||||||
|
|
||||||
backlight_device_unregister(locomolcd_bl_device);
|
backlight_device_unregister(locomolcd_bl_device);
|
||||||
|
Reference in New Issue
Block a user