Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327813
b: refs/heads/master
c: f6fe569
h: refs/heads/master
i:
  327811: 8effb8f
v: v3
  • Loading branch information
Oliver Neukum authored and David S. Miller committed Sep 5, 2012
1 parent ab7df54 commit 854af79
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: d23ff701643a4a725e2c7a8ba2d567d39daa29ea
refs/heads/master: f6fe569fe056388166575af1cfaed0bcbc688305
3 changes: 2 additions & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,8 @@ netdev_tx_t usbnet_start_xmit (struct sk_buff *skb,
unsigned long flags;
int retval;

skb_tx_timestamp(skb);
if (skb)
skb_tx_timestamp(skb);

// some devices want funky USB-level framing, for
// win32 driver (usually) and/or hardware quirks
Expand Down

0 comments on commit 854af79

Please sign in to comment.