Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135063
b: refs/heads/master
c: b837e60
h: refs/heads/master
i:
  135061: cebfe83
  135059: e89cc32
  135055: 394169f
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Mar 5, 2009
1 parent 0530ee7 commit 530fc85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: fa09632b0277aa43c6f37161f0a592a1a5b2167d
refs/heads/master: b837e606d17a765f404175ae42a15ce17631e7d2
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/wavelan_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,8 @@ wv_82593_cmd(struct net_device * dev,
}
while(((status & SR3_EXEC_STATE_MASK) != SR3_EXEC_IDLE) && (spin-- > 0));

/* If the interrupt hasn't be posted */
if(spin <= 0)
{
/* If the interrupt hasn't been posted */
if (spin < 0) {
#ifdef DEBUG_INTERRUPT_ERROR
printk(KERN_INFO "wv_82593_cmd: %s timeout (previous command), status 0x%02x\n",
str, status);
Expand Down

0 comments on commit 530fc85

Please sign in to comment.