From 8704473159054be3b58fc3b25f15b64cf6c7127c Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Fri, 24 Sep 2010 23:50:16 -0700 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/olpc_dcon/olpc_dcon.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c index 808273db773cd..287085f32bf04 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) -- 2.39.5