Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259761
b: refs/heads/master
c: aa51bff
h: refs/heads/master
i:
  259759: 5d1fc80
v: v3
  • Loading branch information
Henry Ptasinski authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent efc92cf commit 790b3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e131d3ce3a56e74c1f95380af1957a0c4a936a09
refs/heads/master: aa51bffb6382ef13d3e61035b3b2c2a1619a21ea
3 changes: 2 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/phy/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 790b3a4

Please sign in to comment.