Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355035
b: refs/heads/master
c: 765ccc7
h: refs/heads/master
i:
  355033: 58b1d38
  355031: d0f677a
v: v3
  • Loading branch information
Jon Mason authored and Greg Kroah-Hartman committed Jan 20, 2013
1 parent d9f3f5e commit e5dba03
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 19e17f7248e8ef72a8b625db7ddd99c0ad3da27c
refs/heads/master: 765ccc7bc3d913e18b887a86de1e86db701a2d78
1 change: 1 addition & 0 deletions trunk/drivers/net/ntb_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static void ntb_netdev_rx_handler(struct ntb_transport_qp *qp, void *qp_data,

rc = ntb_transport_rx_enqueue(qp, skb, skb->data, ndev->mtu + ETH_HLEN);
if (rc) {
dev_kfree_skb(skb);
ndev->stats.rx_errors++;
ndev->stats.rx_fifo_errors++;
}
Expand Down

0 comments on commit e5dba03

Please sign in to comment.