svn commit: r188500 - head/sys/dev/ath/ath_hal

Sam Leffler sam at FreeBSD.org
Wed Feb 11 14:18:05 PST 2009


Author: sam
Date: Wed Feb 11 22:18:03 2009
New Revision: 188500
URL: http://svn.freebsd.org/changeset/base/188500

Log:
  fix typo in AH_CHIP definition
  
  Submitted by:	Pavel Roskin <proski at gnu.org>

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Wed Feb 11 22:15:37 2009	(r188499)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Wed Feb 11 22:18:03 2009	(r188500)
@@ -84,7 +84,7 @@ static struct ath_hal_chip name##_chip =
 	.probe		= _probe,				\
 	.attach		= _attach				\
 };								\
-OS_DATA_SET(ah_chips, name##_chip)
+OS_DATA_SET(ah_chips, _name##_chip)
 #endif
 
 /*


More information about the svn-src-head mailing list