Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278838
b: refs/heads/master
c: 7cf095f
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy committed Nov 17, 2011
1 parent cabf4fa commit 02a280b
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: cccb265d0275537022ce4e9d34a56ec6c0cf333e
refs/heads/master: 7cf095f46f0ca52773a431db8ac0bf4a07a3501b
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 02a280b

Please sign in to comment.