Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352314
b: refs/heads/master
c: 4789d72
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Jan 30, 2013
1 parent c51d7fa commit 5fe6bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7269494e12449e8bd4850e69b653562e369558b3
refs/heads/master: 4789d728e5e5e2dbf347d793917523db8776548c
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/wil6210/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ static irqreturn_t wil6210_hardirq(int irq, void *cookie)
if (wil6210_debug_irq_mask(wil, pseudo_cause))
return IRQ_NONE;

wil_dbg_IRQ(wil, "Pseudo IRQ 0x%08x\n", pseudo_cause);

wil6210_mask_irq_pseudo(wil);

/* Discover real IRQ cause
Expand Down Expand Up @@ -421,8 +423,6 @@ static irqreturn_t wil6210_hardirq(int irq, void *cookie)
if (rc != IRQ_WAKE_THREAD)
wil6210_unmask_irq_pseudo(wil);

wil_dbg_IRQ(wil, "Hard IRQ 0x%08x\n", pseudo_cause);

return rc;
}

Expand Down

0 comments on commit 5fe6bcb

Please sign in to comment.