svn commit: r206372 - head/sys/dev/ral

Rui Paulo rpaulo at FreeBSD.org
Wed Apr 7 17:52:32 UTC 2010


Author: rpaulo
Date: Wed Apr  7 17:52:32 2010
New Revision: 206372
URL: http://svn.freebsd.org/changeset/base/206372

Log:
  Remove unnecessary assignment.
  
  Submitted by:	gavin
  MFC after:	1 month

Modified:
  head/sys/dev/ral/rt2560.c

Modified: head/sys/dev/ral/rt2560.c
==============================================================================
--- head/sys/dev/ral/rt2560.c	Wed Apr  7 17:51:06 2010	(r206371)
+++ head/sys/dev/ral/rt2560.c	Wed Apr  7 17:52:32 2010	(r206372)
@@ -1008,7 +1008,6 @@ rt2560_tx_intr(struct rt2560_softc *sc)
 		data->m = NULL;
 		ieee80211_free_node(data->ni);
 		data->ni = NULL;
-		ni = NULL;
 
 		/* descriptor is no longer valid */
 		desc->flags &= ~htole32(RT2560_TX_VALID);


More information about the svn-src-all mailing list