|
From: Kristoffer E. <kri...@gm...> - 2007-08-23 12:42:41
|
Greetings,
Shortlog:
Ugly patch which fixes compilation.
Signed-off-by: Kristoffer Ericson <Kri...@gm...>
diff --git a/drivers/video/backlight/hp680_bl.c b/drivers/video/backlight/hp680_bl.c
index 0899fcc..109329a 100644
--- a/drivers/video/backlight/hp680_bl.c
+++ b/drivers/video/backlight/hp680_bl.c
@@ -125,8 +125,8 @@ static int hp680bl_remove(struct platform_device *pdev)
{
struct backlight_device *bd = platform_get_drvdata(pdev);
- hp680bl_data.brightness = 0;
- hp680bl_data.power = 0;
+// hp680bl_data.brightness = 0;
+// hp680bl_data.power = 0;
hp680bl_send_intensity(bd);
backlight_device_unregister(bd);
--
Kristoffer Ericson <Kri...@Gm...>
|