Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268135
b: refs/heads/master
c: 8a5f9ed
h: refs/heads/master
i:
  268133: 7df7d63
  268131: 13706c7
  268127: ea631b8
v: v3
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 80bc166 commit 1b9b9bf
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: 7db1d946c4db748b631fe4885110349cc259987f
refs/heads/master: 8a5f9edc4dd6c1f9fb2446a36e7cd44b79412271
3 changes: 2 additions & 1 deletion trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ static int netvsc_start_xmit(struct sk_buff *skb, struct net_device *net)
} else {
/* we are shutting down or bus overloaded, just drop packet */
net->stats.tx_dropped++;
netvsc_xmit_completion(packet);
kfree(packet);
dev_kfree_skb_any(skb);
}

return NETDEV_TX_OK;
Expand Down

0 comments on commit 1b9b9bf

Please sign in to comment.