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:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to