svn commit: r262672 - stable/10/sys/dev/hwpmc

Justin Hibbits jhibbits at FreeBSD.org
Sun Mar 2 00:30:43 UTC 2014


Author: jhibbits
Date: Sun Mar  2 00:30:42 2014
New Revision: 262672
URL: http://svnweb.freebsd.org/changeset/base/262672

Log:
  MFC r261173
  
  MPC74xx should not fall through, to the error case.

Modified:
  stable/10/sys/dev/hwpmc/hwpmc_powerpc.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/hwpmc/hwpmc_powerpc.c
==============================================================================
--- stable/10/sys/dev/hwpmc/hwpmc_powerpc.c	Sun Mar  2 00:20:00 2014	(r262671)
+++ stable/10/sys/dev/hwpmc/hwpmc_powerpc.c	Sun Mar  2 00:30:42 2014	(r262672)
@@ -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