Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 18:27:02 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270110 - head/sys/arm/at91
Message-ID:  <201408171827.s7HIR2rT050154@svn.freebsd.org>

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



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