a22: modify buttonlight name
authorlyx <lyx@rock-chips.com>
Tue, 7 Jun 2011 01:56:52 +0000 (18:56 -0700)
committerlyx <lyx@rock-chips.com>
Tue, 7 Jun 2011 01:59:08 +0000 (18:59 -0700)
drivers/video/backlight/rk29_buttonlight.c

index bb72a664341101c39cb4d5ede14cc52c02b38bab..342c6eae7c08213858299b676eca150f7bf8c965 100755 (executable)
@@ -76,7 +76,7 @@ static int rk29_button_light_probe(struct platform_device *pdev)
 {               
     struct rk29_button_light_info *button_light_info = pdev->dev.platform_data;
     
-       rk29_button_light_device = backlight_device_register("rk29_button_light", &pdev->dev, NULL, &rk29_button_light_ops);
+       rk29_button_light_device = backlight_device_register("rk28_button_light", &pdev->dev, NULL, &rk29_button_light_ops);
        if (!rk29_button_light_device) {
         DBG("rk29_button_light_probe error\n"); 
                return -ENODEV;