Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74481
b: refs/heads/master
c: 445cf80
h: refs/heads/master
i:
  74479: bb68305
v: v3
  • Loading branch information
Divy Le Ray authored and Jeff Garzik committed Dec 1, 2007
1 parent 5d73694 commit 67ccabe
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: 7832ee034b6ef78aab020c9ec1348544cd65ccbd
refs/heads/master: 445cf803ca757a5c43f4e11fdfba70355d510841
6 changes: 2 additions & 4 deletions trunk/drivers/net/chelsio/sge.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1625,11 +1625,9 @@ int t1_poll(struct napi_struct *napi, int budget)
{
struct adapter *adapter = container_of(napi, struct adapter, napi);
struct net_device *dev = adapter->port[0].dev;
int work_done;

work_done = process_responses(adapter, budget);
int work_done = process_responses(adapter, budget);

if (likely(!responses_pending(adapter))) {
if (likely(work_done < budget)) {
netif_rx_complete(dev, napi);
writel(adapter->sge->respQ.cidx,
adapter->regs + A_SG_SLEEPING);
Expand Down

0 comments on commit 67ccabe

Please sign in to comment.