Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5982
b: refs/heads/master
c: 2bbfb16
h: refs/heads/master
v: v3
  • Loading branch information
lepton authored and Linus Torvalds committed Aug 24, 2005
1 parent db12ff2 commit 85231b7
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: b1daec3089a129a67169d3ae975985a7480fe17f
refs/heads/master: 2bbfb16bf345acd81ab1e6e3d4b35964650517ac
2 changes: 1 addition & 1 deletion trunk/drivers/usb/net/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ static int genelink_rx_fixup (struct usbnet *dev, struct sk_buff *skb)

// copy the packet data to the new skb
memcpy(skb_put(gl_skb, size), packet->packet_data, size);
skb_return (dev, skb);
skb_return (dev, gl_skb);
}

// advance to the next packet
Expand Down

0 comments on commit 85231b7

Please sign in to comment.