]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ath9k: fix debug print on regd
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 26 Jan 2009 14:48:10 +0000 (06:48 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:01:48 +0000 (16:01 -0500)
With debugging enabled and with ATH_DBG_REGULATORY
selected we wouldn't get the full print out of one line,
reason is we used "," instead of nothing to separate two
lines.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/regd.c

index 90f0c982430c2d2be569bc50b5f71aa24681f520..ec88f78743e9ac06a83c52bfbd3a2aadfe6a6553 100644 (file)
@@ -447,7 +447,7 @@ int ath9k_regd_init(struct ath_hal *ah)
        }
 
        DPRINTF(ah->ah_sc, ATH_DBG_REGULATORY,
-               "Country alpha2 being used: %c%c\n",
+               "Country alpha2 being used: %c%c\n"
                "Regpair detected: 0x%0x\n",
                ah->alpha2[0], ah->alpha2[1],
                ah->regpair->regDmnEnum);