Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275085
b: refs/heads/master
c: 23ba079
h: refs/heads/master
i:
  275083: e8db6c1
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and David S. Miller committed Nov 7, 2011
1 parent c74c9f9 commit 5dcce42
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: 012641082b34433dac3cbb452e0a6ceccfd4643f
refs/heads/master: 23ba07991dad5a96a024c1b45cb602eef5f83df8
3 changes: 2 additions & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,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 5dcce42

Please sign in to comment.