Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171147
b: refs/heads/master
c: 32a5b2a
h: refs/heads/master
i:
  171145: 6cf0935
  171143: 43ef15e
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Nov 4, 2009
1 parent 185dd31 commit c8376d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a02b7b7a138c7b1bc08e0e749ecbb613eadb6d41
refs/heads/master: 32a5b2a0d516ba4056d9e9b8b14e34bef3f68921
8 changes: 4 additions & 4 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2102,12 +2102,12 @@ static irqreturn_t qlge_isr(int irq, void *dev_id)
*/
var = ql_read32(qdev, ISR1);
if (var & intr_context->irq_mask) {
QPRINTK(qdev, INTR, INFO,
QPRINTK(qdev, INTR, INFO,
"Waking handler for rx_ring[0].\n");
ql_disable_completion_interrupt(qdev, intr_context->intr);
napi_schedule(&rx_ring->napi);
work_done++;
}
napi_schedule(&rx_ring->napi);
work_done++;
}
ql_enable_completion_interrupt(qdev, intr_context->intr);
return work_done ? IRQ_HANDLED : IRQ_NONE;
}
Expand Down

0 comments on commit c8376d7

Please sign in to comment.