Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362582
b: refs/heads/master
c: 32b161a
h: refs/heads/master
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Apr 16, 2013
1 parent 5f2e15f commit 0ad633e
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: 91c4166c1a01c00b8bed74f7a7defa620071de88
refs/heads/master: 32b161aa88aa40a83888a995c6e2ef81140219b1
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/cdc_mbim.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static struct sk_buff *cdc_mbim_tx_fixup(struct usbnet *dev, struct sk_buff *skb
goto error;

if (skb) {
if (skb->len <= sizeof(ETH_HLEN))
if (skb->len <= ETH_HLEN)
goto error;

/* mapping VLANs to MBIM sessions:
Expand Down

0 comments on commit 0ad633e

Please sign in to comment.