Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 22:50:43 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261173 - head/sys/dev/hwpmc
Message-ID:  <201401252250.s0PMohC9062498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401252250.s0PMohC9062498>