Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26827
b: refs/heads/master
c: 20e777a
h: refs/heads/master
i:
  26825: ad66298
  26823: 8cab43b
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed May 20, 2006
1 parent 0be4379 commit cc9d297
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e988bcdbe92eb61ea5bfe18aaba6986184118212
refs/heads/master: 20e777a2a7dc9fad3d0b016c662c2fb60e6b20e7
3 changes: 1 addition & 2 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2716,8 +2716,7 @@ static int skge_poll(struct net_device *dev, int *budget)
if (control & BMU_OWN)
break;

skb = skge_rx_get(skge, e, control, rd->status,
le16_to_cpu(rd->csum2));
skb = skge_rx_get(skge, e, control, rd->status, rd->csum2);
if (likely(skb)) {
dev->last_rx = jiffies;
netif_receive_skb(skb);
Expand Down

0 comments on commit cc9d297

Please sign in to comment.