Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180206
b: refs/heads/master
c: 55bdeed
h: refs/heads/master
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Feb 2, 2010
1 parent e503983 commit 52ae667
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1e98cadb0d2b9f945f35beee4a0ce667f3c6dbe4
refs/heads/master: 55bdeed9f67a92f184e1ddcdd722e622d9dd10c6
2 changes: 1 addition & 1 deletion trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ static irqreturn_t be_intx(int irq, void *dev)
int isr;

isr = ioread32(adapter->csr + CEV_ISR0_OFFSET +
be_pci_func(adapter) * CEV_ISR_SIZE);
(adapter->tx_eq.q.id/ 8) * CEV_ISR_SIZE);
if (!isr)
return IRQ_NONE;

Expand Down

0 comments on commit 52ae667

Please sign in to comment.