Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87833
b: refs/heads/master
c: f6f4bfa
h: refs/heads/master
i:
  87831: 231f0bd
v: v3
  • Loading branch information
Sreenivasa Honnur authored and Jeff Garzik committed Mar 26, 2008
1 parent 0391cf9 commit 9cb544b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ea79631c0c47d28831a0635e8af9da539d449cd
refs/heads/master: f6f4bfa3561a2d8e949cab0d28e0db6d2b13641d
3 changes: 3 additions & 0 deletions trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -4172,6 +4172,9 @@ static int s2io_xmit(struct sk_buff *skb, struct net_device *dev)
dev->trans_start = jiffies;
spin_unlock_irqrestore(&fifo->tx_lock, flags);

if (sp->config.intr_type == MSI_X)
tx_intr_handler(fifo);

return 0;
pci_map_failed:
stats->pci_map_fail_cnt++;
Expand Down

0 comments on commit 9cb544b

Please sign in to comment.