Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150059
b: refs/heads/master
c: ce105a0
h: refs/heads/master
i:
  150057: 2621dbc
  150055: 893e416
v: v3
  • Loading branch information
John Dykstra authored and David S. Miller committed Apr 30, 2009
1 parent eccd835 commit 6bfd165
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: dd4d8ca6446538a904127838cb6c9a4cffe690f7
refs/heads/master: ce105a082371570effb71541f299b1dc2771ee03
4 changes: 2 additions & 2 deletions trunk/drivers/net/pcnet32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ static int pcnet32_poll(struct napi_struct *napi, int budget)

/* Set interrupt enable. */
lp->a.write_csr(ioaddr, CSR0, CSR0_INTEN);
mmiowb();

spin_unlock_irqrestore(&lp->lock, flags);
}
return work_done;
Expand Down Expand Up @@ -2597,7 +2597,7 @@ pcnet32_interrupt(int irq, void *dev_id)
val = lp->a.read_csr(ioaddr, CSR3);
val |= 0x5f00;
lp->a.write_csr(ioaddr, CSR3, val);
mmiowb();

__napi_schedule(&lp->napi);
break;
}
Expand Down

0 comments on commit 6bfd165

Please sign in to comment.