Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196917
b: refs/heads/master
c: b4c84c2
h: refs/heads/master
i:
  196915: bff0fe7
v: v3
  • Loading branch information
Michael Tate authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 501b493 commit 1c3e08f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7264fcd129b939fc1faa8ccfee043f843285161b
refs/heads/master: b4c84c298bd3a2383dadceb64d2b5f23dc2adc61
6 changes: 2 additions & 4 deletions trunk/drivers/staging/et131x/et131x_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,12 @@ void et131x_isr_handler(struct work_struct *work)
* exit.
*/
/* Handle all the completed Transmit interrupts */
if (status & ET_INTR_TXDMA_ISR) {
if (status & ET_INTR_TXDMA_ISR)
et131x_handle_send_interrupt(etdev);
}

/* Handle all the completed Receives interrupts */
if (status & ET_INTR_RXDMA_XFR_DONE) {
if (status & ET_INTR_RXDMA_XFR_DONE)
et131x_handle_recv_interrupt(etdev);
}

status &= 0xffffffd7;

Expand Down

0 comments on commit 1c3e08f

Please sign in to comment.