svn commit: r258676 - head/sys/dev/sfxge/common

Sergey Kandaurov pluknet at FreeBSD.org
Wed Nov 27 08:39:49 UTC 2013


Author: pluknet
Date: Wed Nov 27 08:39:48 2013
New Revision: 258676
URL: http://svnweb.freebsd.org/changeset/base/258676

Log:
  Bandaid for compiling with gcc.

Modified:
  head/sys/dev/sfxge/common/siena_nic.c

Modified: head/sys/dev/sfxge/common/siena_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/siena_nic.c	Wed Nov 27 07:21:25 2013	(r258675)
+++ head/sys/dev/sfxge/common/siena_nic.c	Wed Nov 27 08:39:48 2013	(r258676)
@@ -589,6 +589,7 @@ siena_nic_probe(
 	unsigned int mask;
 	int rc;
 
+	mask = 0;	/* XXX: pacify gcc */
 	EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA);
 
 	/* Read clear any assertion state */


More information about the svn-src-all mailing list