Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315445
b: refs/heads/master
c: e3ed2bd
h: refs/heads/master
i:
  315443: 5fd819f
v: v3
  • Loading branch information
Ben Hutchings committed Jul 17, 2012
1 parent 1a1bf71 commit dbc7eab
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: a4ed2d4cd96dd71b0f2e04a88f83abcab6ddd023
refs/heads/master: e3ed2bdfc4a5dcdcdf74141e88af9990dc141a4b
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ static int efx_end_loopback(struct efx_tx_queue *tx_queue,
skb = state->skbs[i];
if (skb && !skb_shared(skb))
++tx_done;
dev_kfree_skb_any(skb);
dev_kfree_skb(skb);
}

netif_tx_unlock_bh(efx->net_dev);
Expand Down

0 comments on commit dbc7eab

Please sign in to comment.