svn commit: r270110 - head/sys/arm/at91

Bjoern A. Zeeb bz at FreeBSD.org
Sun Aug 17 18:27:02 UTC 2014


Author: bz
Date: Sun Aug 17 18:27:02 2014
New Revision: 270110
URL: http://svnweb.freebsd.org/changeset/base/270110

Log:
  Remove keyboard entropy [1] from r270105.
  
  Reported by:		ian [1]
  (Pointy hat)^2 to:	imp

Modified:
  head/sys/arm/at91/at91_common.c

Modified: head/sys/arm/at91/at91_common.c
==============================================================================
--- head/sys/arm/at91/at91_common.c	Sun Aug 17 18:26:34 2014	(r270109)
+++ head/sys/arm/at91/at91_common.c	Sun Aug 17 18:27:02 2014	(r270110)
@@ -64,7 +64,7 @@ fdt_aic_decode_ic(phandle_t node, pcell_
 	*pol = INTR_POLARITY_CONFORM;
 
 	return (0);
-u}
+}
 
 fdt_pic_decode_t fdt_pic_table[] = {
 	&fdt_aic_decode_ic,


More information about the svn-src-all mailing list