Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265464
b: refs/heads/master
c: 7520ceb
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Aug 9, 2011
1 parent 04983c9 commit 042f575
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 50745af7ebb38d3f8f2487f92db6c59c13dc0b89
refs/heads/master: 7520ceb724808929ee03b84b62cff0c46622d335
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/htc_hif.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ static int proc_pending_irqs(struct ath6kl_device *dev, bool *done)
ath6kl_dbg(ATH6KL_DBG_IRQ,
"bypassing irq status re-check, forcing done\n");

*done = true;
if (!dev->chk_irq_status_cnt)
*done = true;

ath6kl_dbg(ATH6KL_DBG_IRQ,
"proc_pending_irqs: (done:%d, status=%d\n", *done, status);
Expand Down

0 comments on commit 042f575

Please sign in to comment.