svn commit: r261173 - head/sys/dev/hwpmc

Justin Hibbits jhibbits at FreeBSD.org
Sat Jan 25 22:50:43 UTC 2014


Author: jhibbits
Date: Sat Jan 25 22:50:42 2014
New Revision: 261173
URL: http://svnweb.freebsd.org/changeset/base/261173

Log:
  MPC74xx should not fall through, to the error case.
  
  MFC after:	1 week

Modified:
  head/sys/dev/hwpmc/hwpmc_powerpc.c

Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_powerpc.c	Sat Jan 25 21:57:45 2014	(r261172)
+++ head/sys/dev/hwpmc/hwpmc_powerpc.c	Sat Jan 25 22:50:42 2014	(r261173)
@@ -147,6 +147,7 @@ pmc_md_initialize()
 	case MPC7455:
 	case MPC7457:
 		error = pmc_mpc7xxx_initialize(pmc_mdep);
+		break;
 	case IBM970:
 	case IBM970FX:
 	case IBM970MP:


More information about the svn-src-all mailing list