Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290606
b: refs/heads/master
c: 2bd02d9
h: refs/heads/master
v: v3
  • Loading branch information
Devendra.Naga authored and John W. Linville committed Feb 22, 2012
1 parent 184357b commit 9c53d27
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8715d941b2fa8591474e7d0dad66589fce1892d2
refs/heads/master: 2bd02d9aace88ea6aaf7361ad1cd2c4f9ea8a269
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ u32 _rtl92c_phy_calculate_bit_shift(u32 bitmask)
u32 i;

for (i = 0; i <= 31; i++) {
if (((bitmask >> i) & 0x1) == 1)
if ((bitmask >> i) & 0x1)
break;
}
return i;
Expand Down

0 comments on commit 9c53d27

Please sign in to comment.