svn commit: r236681 - head/sys/arm/at91

Warner Losh imp at FreeBSD.org
Wed Jun 6 14:31:15 UTC 2012


Author: imp
Date: Wed Jun  6 14:31:14 2012
New Revision: 236681
URL: http://svn.freebsd.org/changeset/base/236681

Log:
  Remove stray break; that resulted from a last-minute, untested change.

Modified:
  head/sys/arm/at91/at91sam9260.c

Modified: head/sys/arm/at91/at91sam9260.c
==============================================================================
--- head/sys/arm/at91/at91sam9260.c	Wed Jun  6 13:35:30 2012	(r236680)
+++ head/sys/arm/at91/at91sam9260.c	Wed Jun  6 14:31:14 2012	(r236681)
@@ -200,7 +200,6 @@ at91_identify(driver_t *drv, device_t pa
 	if (soc_data.type == AT91_CPU_SAM9260) {
 		at91_add_child(parent, 0, "at91sam9260", 0, 0, 0, -1, 0, 0);
 		at91_cpu_add_builtin_children(parent);
-		break;
 	}
 }
 


More information about the svn-src-head mailing list