svn commit: r234205 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Fri Apr 13 06:13:37 UTC 2012


Author: adrian
Date: Fri Apr 13 06:13:37 2012
New Revision: 234205
URL: http://svn.freebsd.org/changeset/base/234205

Log:
  Remove an unused variable. Grr.

Modified:
  head/sys/mips/atheros/ar71xx_pci.c

Modified: head/sys/mips/atheros/ar71xx_pci.c
==============================================================================
--- head/sys/mips/atheros/ar71xx_pci.c	Fri Apr 13 06:11:24 2012	(r234204)
+++ head/sys/mips/atheros/ar71xx_pci.c	Fri Apr 13 06:13:37 2012	(r234205)
@@ -195,7 +195,7 @@ ar71xx_pci_read_config(device_t dev, u_i
     u_int reg, int bytes)
 {
 	uint32_t data;
-	uint32_t cmd, shift, mask;
+	uint32_t shift, mask;
 
 	/* register access is 32-bit aligned */
 	shift = (reg & 3) * 8;


More information about the svn-src-all mailing list