Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154693
b: refs/heads/master
c: 58e2e7d
h: refs/heads/master
i:
  154691: bbaab4b
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jul 1, 2009
1 parent 3720db5 commit 27f608c
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: a22d2b36a2c4ca58c5914072a88704377bbd34f8
refs/heads/master: 58e2e7d5913e7a2a6d87ef30d3b52e66b88e6e1d
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/rndis_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ int rndis_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
if (unlikely(hdr->msg_type != RNDIS_MSG_PACKET
|| skb->len < msg_len
|| (data_offset + data_len + 8) > msg_len)) {
dev->stats.rx_frame_errors++;
dev->net->stats.rx_frame_errors++;
devdbg(dev, "bad rndis message %d/%d/%d/%d, len %d",
le32_to_cpu(hdr->msg_type),
msg_len, data_offset, data_len, skb->len);
Expand Down

0 comments on commit 27f608c

Please sign in to comment.