summaryrefslogtreecommitdiff
path: root/drivers/staging/olpc_dcon
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-09-24 23:50:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-29 18:03:28 -0700
commit233aa49b8c1cb9276ca4316c61e324f697a19ce2 (patch)
tree65de17b36ee464f70f43ff9301c5b482a33fedb0 /drivers/staging/olpc_dcon
parent8ae48363ee2134141c0c661a57be213fc5d98cee (diff)
staging: olpc_dcon: remove outdated backlight comment
This comment about killing power to the backlight is ancient, and incorrect (the code that follows actually does the opposite of what the comment says). This was due to hardware changes; the comment was for the original OLPC GX2 boards, but when the OLPC LX boards came out, the code was updated for that hardware. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/olpc_dcon')
-rw-r--r--drivers/staging/olpc_dcon/olpc_dcon.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c
index 808273db773c..287085f32bf0 100644
--- a/drivers/staging/olpc_dcon/olpc_dcon.c
+++ b/drivers/staging/olpc_dcon/olpc_dcon.c
@@ -214,12 +214,6 @@ power_up:
return 0;
}
-
-/* Backlight notes - turning off the backlight enable bit in the DCON
- * doesn't save us any power over just pushing the BL to zero, so we
- * don't use that bit in this code.
- */
-
static int dcon_get_backlight(void)
{
if (dcon_client == NULL)