Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372848
b: refs/heads/master
c: c5060ce
h: refs/heads/master
v: v3
  • Loading branch information
holger@eitzenberger.org authored and David S. Miller committed May 3, 2013
1 parent 6609edc commit aa22a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0decc64b181ddf2eedb0d6f4423c2dedd7d49897
refs/heads/master: c5060cec6ba27ad3f0e7facfdf05d2f18e3e3010
3 changes: 3 additions & 0 deletions trunk/drivers/net/usb/asix_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ int asix_rx_fixup_internal(struct usbnet *dev, struct sk_buff *skb,
netdev_err(dev->net, "asix_rx_fixup() Bad RX Length %d\n",
rx->size);
kfree_skb(rx->ax_skb);
rx->ax_skb = NULL;
rx->size = 0U;

return 0;
}

Expand Down

0 comments on commit aa22a8f

Please sign in to comment.