Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183909
b: refs/heads/master
c: 3ed0fac
h: refs/heads/master
i:
  183907: 774efcb
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jan 25, 2010
1 parent db9195a commit eef5a0f
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: 723bae7ee44fd79c1cd3c7531ed581d373920774
refs/heads/master: 3ed0fac3b56504aaaa3d800e7891ed4a7068b85c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ static void b43_nphy_rf_control_override(struct b43_wldev *dev, u16 field,
u8 index = fls(field);
u8 addr, en_addr, val_addr;
/* we expect only one bit set */
B43_WARN_ON(field & (~(1 << index)));
B43_WARN_ON(field & (~(1 << (index - 1))));

if (dev->phy.rev >= 3) {
const struct nphy_rf_control_override_rev3 *rf_ctrl;
Expand Down

0 comments on commit eef5a0f

Please sign in to comment.