Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327515
b: refs/heads/master
c: 85ce5ae
h: refs/heads/master
i:
  327513: 0e38343
  327511: 0768357
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Aug 10, 2012
1 parent 05e5ae0 commit 3468a03
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: 6c1872369d53966dc26be71c96c4c5db13f65981
refs/heads/master: 85ce5ae52690aab0b3a4a6e9a1c2f951d2d8a5cc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ static int b43legacy_gpio_init(struct b43legacy_wldev *dev)
return 0;
ssb_write32(gpiodev, B43legacy_GPIO_CONTROL,
(ssb_read32(gpiodev, B43legacy_GPIO_CONTROL)
& mask) | set);
& ~mask) | set);

return 0;
}
Expand Down

0 comments on commit 3468a03

Please sign in to comment.