staging: brcm80211: add missing KERN_ facility level to printk()

Debug printk() call was missing KERN_DEBUG facility level.

Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Henry Ptasinski 2011-06-29 16:46:53 -07:00 committed by Greg Kroah-Hartman
parent e131d3ce3a
commit aa51bffb63
1 changed files with 2 additions and 1 deletions

View File

@ -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++;