Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289129
b: refs/heads/master
c: fc7e2a5
h: refs/heads/master
i:
  289127: 5ecb807
v: v3
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent 09b71d3 commit 6c383a4
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: 8062a62bda5ba29379e3cfc3ff85baa2b08b7ffa
refs/heads/master: fc7e2a57e8406469785131ee0ed72c9243d8b306
2 changes: 1 addition & 1 deletion trunk/drivers/staging/et131x/et131x.c
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ static struct rfd *nic_rx_pkts(struct et131x_adapter *adapter)
skb->protocol = eth_type_trans(skb, adapter->netdev);
skb->ip_summed = CHECKSUM_NONE;

netif_rx(skb);
netif_rx_ni(skb);
} else {
rfd->len = 0;
}
Expand Down

0 comments on commit 6c383a4

Please sign in to comment.