Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278233
b: refs/heads/master
c: 1ffeb2a
h: refs/heads/master
i:
  278231: 46a56cf
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Nov 21, 2011
1 parent 7c04cbc commit a26c869
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: b3f15ef22cc539c35e7ec1db97cd652a56ccce04
refs/heads/master: 1ffeb2a3e943299a2ca954b8d10c208c853c1960
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ u32 iwl_read_direct32(struct iwl_bus *bus, u32 reg)

spin_lock_irqsave(&bus->reg_lock, flags);
iwl_grab_nic_access(bus);
value = iwl_read32(bus(bus), reg);
value = iwl_read32(bus, reg);
iwl_release_nic_access(bus);
spin_unlock_irqrestore(&bus->reg_lock, flags);

Expand Down

0 comments on commit a26c869

Please sign in to comment.