aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Ptasinski <[email protected]>2011-06-29 16:46:53 -0700
committerGreg Kroah-Hartman <[email protected]>2011-07-05 09:57:13 -0700
commitaa51bffb6382ef13d3e61035b3b2c2a1619a21ea (patch)
tree8bf15e3ff25ba4f84f8d733291275af6a64b54a2
parente131d3ce3a56e74c1f95380af1957a0c4a936a09 (diff)
staging: brcm80211: add missing KERN_ facility level to printk()
Debug printk() call was missing KERN_DEBUG facility level. Signed-off-by: Henry Ptasinski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/brcm80211/brcmsmac/phy/phy_n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/phy/phy_n.c b/drivers/staging/brcm80211/brcmsmac/phy/phy_n.c
index 57fff0f1fa98..c79c047f0474 100644
--- a/drivers/staging/brcm80211/brcmsmac/phy/phy_n.c
+++ b/drivers/staging/brcm80211/brcmsmac/phy/phy_n.c
@@ -24564,7 +24564,8 @@ static void wlc_phy_calc_rx_iq_comp_nphy(phy_info_t *pi, u8 core_mask)
}
if (bcmerror != 0) {
- printk("%s: Failed, cnt = %d\n", __func__, cal_retry);
+ printk(KERN_DEBUG "%s: Failed, cnt = %d\n", __func__,
+ cal_retry);
if (cal_retry < CAL_RETRY_CNT) {
cal_retry++;