Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183279
b: refs/heads/master
c: c70762f
h: refs/heads/master
i:
  183277: 541318a
  183275: 4ed9293
  183271: 5a43b66
  183263: d3a0551
v: v3
  • Loading branch information
Alban Browaeys authored and John W. Linville committed Dec 21, 2009
1 parent 57cc276 commit 837451c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 050e8a47dc8b056c880f380ffd01055669f8fe68
refs/heads/master: c70762f9acad654002704f1e53436a0ba3356c31
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt2x00pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ int rt2x00pci_regbusy_read(struct rt2x00_dev *rt2x00dev,
{
unsigned int i;

if (!test_bit(DEVICE_STATE_PRESENT, &rt2x00dev->flags))
return 0;

for (i = 0; i < REGISTER_BUSY_COUNT; i++) {
rt2x00pci_register_read(rt2x00dev, offset, reg);
if (!rt2x00_get_field32(*reg, field))
Expand Down

0 comments on commit 837451c

Please sign in to comment.