[Pommed-commits] r404 - trunk/pommed/mactel

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Dec 1 17:09:32 UTC 2007


Author: jblache
Date: 2007-12-01 17:09:32 +0000 (Sat, 01 Dec 2007)
New Revision: 404

Modified:
   trunk/pommed/mactel/gma950_backlight.c
Log:
Keep the backlight max value at 15 bits.


Modified: trunk/pommed/mactel/gma950_backlight.c
===================================================================
--- trunk/pommed/mactel/gma950_backlight.c	2007-12-01 16:51:53 UTC (rev 403)
+++ trunk/pommed/mactel/gma950_backlight.c	2007-12-01 17:09:32 UTC (rev 404)
@@ -94,7 +94,7 @@
 static unsigned int
 gma950_backlight_get_max(void)
 {
-  return (INREG(REGISTER_OFFSET) >> 17) * 2;
+  return (INREG(REGISTER_OFFSET) >> 17);
 }
 
 static void




More information about the Pommed-commits mailing list