svn commit: r266021 - head/sys/arm/freescale/vybrid

Ruslan Bukin br at FreeBSD.org
Wed May 14 14:19:58 UTC 2014


Author: br
Date: Wed May 14 14:19:57 2014
New Revision: 266021
URL: http://svnweb.freebsd.org/changeset/base/266021

Log:
  Fix typo.

Modified:
  head/sys/arm/freescale/vybrid/vf_port.c

Modified: head/sys/arm/freescale/vybrid/vf_port.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_port.c	Wed May 14 14:17:51 2014	(r266020)
+++ head/sys/arm/freescale/vybrid/vf_port.c	Wed May 14 14:19:57 2014	(r266021)
@@ -165,7 +165,7 @@ port_setup(int pnum, enum ev_type pevt, 
 		val = PCR_INT_FE;
 		break;
 	case INT_EITHER_EDGE:
-		val = PCR_INT_RE;
+		val = PCR_INT_EE;
 		break;
 	case INT_LOGIC_ONE:
 		val = PCR_INT_LO;


More information about the svn-src-head mailing list