Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150152
b: refs/heads/master
c: 2516baa
h: refs/heads/master
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed May 6, 2009
1 parent 3fced74 commit 8da9e14
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: 35f00cfcc06bb85e0659f9847400518008d78145
refs/heads/master: 2516baa63bc7d05a6573a0f584135484ed182a87
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,7 @@ ath5k_intr(int irq, void *dev_id)
ath5k_hw_update_mib_counters(ah, &sc->ll_stats);
}
}
} while (ath5k_hw_is_intr_pending(ah) && counter-- > 0);
} while (ath5k_hw_is_intr_pending(ah) && --counter > 0);

if (unlikely(!counter))
ATH5K_WARN(sc, "too many interrupts, giving up for now\n");
Expand Down

0 comments on commit 8da9e14

Please sign in to comment.