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

Bernd Walter ticso at FreeBSD.org
Sun Feb 28 16:14:34 UTC 2010


Author: ticso
Date: Sun Feb 28 16:14:34 2010
New Revision: 204463
URL: http://svn.freebsd.org/changeset/base/204463

Log:
  remove debug leftover

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

Modified: head/sys/arm/at91/if_ate.c
==============================================================================
--- head/sys/arm/at91/if_ate.c	Sun Feb 28 16:11:13 2010	(r204462)
+++ head/sys/arm/at91/if_ate.c	Sun Feb 28 16:14:34 2010	(r204463)
@@ -428,7 +428,6 @@ ate_setmcast(struct ate_softc *sc)
 	TAILQ_FOREACH(ifma, &ifp->if_multiaddrs, ifma_link) {
 		if (ifma->ifma_addr->sa_family != AF_LINK)
 			continue;
-		index = 0;
 		index = ate_mac_hash(LLADDR((struct sockaddr_dl *)
 		    ifma->ifma_addr));
 		af[index >> 3] |= 1 << (index & 7);


More information about the svn-src-all mailing list