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

jblache at alioth.debian.org jblache at alioth.debian.org
Fri Jul 27 13:52:53 UTC 2007


Author: jblache
Date: 2007-07-27 13:52:53 +0000 (Fri, 27 Jul 2007)
New Revision: 344

Modified:
   trunk/pommed/mactel/gma950_backlight.c
   trunk/pommed/mactel/x1600_backlight.c
Log:
Add a break statement in the probe loop.


Modified: trunk/pommed/mactel/gma950_backlight.c
===================================================================
--- trunk/pommed/mactel/gma950_backlight.c	2007-07-27 13:26:33 UTC (rev 343)
+++ trunk/pommed/mactel/gma950_backlight.c	2007-07-27 13:52:53 UTC (rev 344)
@@ -311,6 +311,8 @@
 	{
 	  address = dev->base_addr[0];
 	  length = dev->size[0];
+
+	  break;
 	}
     }
 

Modified: trunk/pommed/mactel/x1600_backlight.c
===================================================================
--- trunk/pommed/mactel/x1600_backlight.c	2007-07-27 13:26:33 UTC (rev 343)
+++ trunk/pommed/mactel/x1600_backlight.c	2007-07-27 13:52:53 UTC (rev 344)
@@ -249,6 +249,8 @@
 	{
 	  address = dev->base_addr[2];
 	  length = dev->size[2];
+
+	  break;
 	}
     }
 




More information about the Pommed-commits mailing list