aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5312
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-06-23 06:55:29 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-06-23 06:55:29 +0000
commitf6f1dfb66b8361d0fc09b50a882b0b7be2ef26b3 (patch)
tree8f16c5f681f3d6e963637221a8a0b3cd133cfad8 /sys/dev/ath/ath_hal/ar5312
parent4c728c42f584fe72d7d639ebba8af4536044d113 (diff)
Notes
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5312')
-rw-r--r--sys/dev/ath/ath_hal/ar5312/ar5312_attach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
index 4ca1a4d0b7df..d1689d59fc61 100644
--- a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
+++ b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
@@ -71,13 +71,13 @@ ar5312Attach(uint16_t devid, HAL_SOFTC sc,
uint16_t eeval;
HAL_STATUS ecode;
- HALDEBUG(AH_NULL, HAL_DEBUG_ATTACH, "%s: sc %p st %p sh %p\n",
+ HALDEBUG_G(AH_NULL, HAL_DEBUG_ATTACH, "%s: sc %p st %p sh %p\n",
__func__, sc, st, (void*) sh);
/* NB: memory is returned zero'd */
ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
if (ahp == AH_NULL) {
- HALDEBUG(AH_NULL, HAL_DEBUG_ANY,
+ HALDEBUG_G(AH_NULL, HAL_DEBUG_ANY,
"%s: cannot allocate memory for state block\n", __func__);
*status = HAL_ENOMEM;
return AH_NULL;