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

Andrew Rybchenko arybchik at FreeBSD.org
Sat May 14 06:12:27 UTC 2016


Author: arybchik
Date: Sat May 14 06:12:26 2016
New Revision: 299727
URL: https://svnweb.freebsd.org/changeset/base/299727

Log:
  sfxge(4): cleanup: remove unused variable flags
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week

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

Modified: head/sys/dev/sfxge/common/medford_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/medford_nic.c	Sat May 14 06:09:01 2016	(r299726)
+++ head/sys/dev/sfxge/common/medford_nic.c	Sat May 14 06:12:26 2016	(r299727)
@@ -109,7 +109,6 @@ medford_board_cfg(
 	uint32_t pf;
 	uint32_t vf;
 	uint32_t mask;
-	uint32_t flags;
 	uint32_t sysclk;
 	uint32_t base, nvec;
 	uint32_t end_padding;


More information about the svn-src-head mailing list