Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150842
b: refs/heads/master
c: 76fbb42
h: refs/heads/master
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Jun 11, 2009
1 parent 5e74cef commit 06ba223
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6811086899f2740c08d0ade26f8b9d705708e0cc
refs/heads/master: 76fbb42919396b9bf68c9a03ceb037c971a02e2f
3 changes: 2 additions & 1 deletion trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ static void skb_fill_rx_data(struct be_adapter *adapter,

if (pktsize <= rx_frag_size) {
BUG_ON(num_rcvd != 1);
return;
goto done;
}

/* More frags present for this completion */
Expand All @@ -765,6 +765,7 @@ static void skb_fill_rx_data(struct be_adapter *adapter,
memset(page_info, 0, sizeof(*page_info));
}

done:
be_rx_stats_update(adapter, pktsize, num_rcvd);
return;
}
Expand Down

0 comments on commit 06ba223

Please sign in to comment.