Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225283
b: refs/heads/master
c: 412b313
h: refs/heads/master
i:
  225281: 7b2cf0b
  225279: 0c33c89
v: v3
  • Loading branch information
Wolfgang Kufner authored and John W. Linville committed Dec 13, 2010
1 parent 0e622f3 commit be0e253
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: 739fd9405416e22732e46a9226a8cac379bd57fc
refs/heads/master: 412b31334b831a8c2909afaca017c5a236ac2dd0
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static inline void rt2x00pci_register_multiwrite(struct rt2x00_dev *rt2x00dev,
const void *value,
const u32 length)
{
memcpy_toio(rt2x00dev->csr.base + offset, value, length);
__iowrite32_copy(rt2x00dev->csr.base + offset, value, length >> 2);
}

/**
Expand Down

0 comments on commit be0e253

Please sign in to comment.