Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a391a184551d5ffdee73c740a06f6a0a16f7ed5
Commit:     2a391a184551d5ffdee73c740a06f6a0a16f7ed5
Parent:     774830377b79ae4c2e85dea78443b5ae01a97e69
Author:     Richard Purdie <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 7 00:29:33 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Thu Mar 8 13:34:01 2007 +0000

    [ARM] 4250/1: Fix locomo backlight conversion error/compile failure
    
    Fix locomo backlight conversion error and subsequent compile failure
    from commit 599a52d12629394236d785615808845823875868.
    
    Signed-off-by: RIchard Purdie <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 drivers/video/backlight/locomolcd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/backlight/locomolcd.c 
b/drivers/video/backlight/locomolcd.c
index d131247..6b488b8 100644
--- a/drivers/video/backlight/locomolcd.c
+++ b/drivers/video/backlight/locomolcd.c
@@ -199,8 +199,8 @@ static int locomolcd_remove(struct locomo_dev *dev)
 {
        unsigned long flags;
 
-       locomobl_data.brightness = 0;
-       locomobl_data.power = 0;
+       locomolcd_bl_device->props.brightness = 0;
+       locomolcd_bl_device->props.power = 0;
        locomolcd_set_intensity(locomolcd_bl_device);
 
        backlight_device_unregister(locomolcd_bl_device);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to