Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3715
b: refs/heads/master
c: e3bc8b4
h: refs/heads/master
i:
  3713: e9f0f41
  3711: 237f8c7
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent 8e6e829 commit d53326d
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: 86dbde9cbdfe8bc2c2dfe5d33027d3acc55e0470
refs/heads/master: e3bc8b4e00d0ce219165d469409f2770698574f6
2 changes: 1 addition & 1 deletion trunk/drivers/usb/net/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ static int generic_cdc_bind (struct usbnet *dev, struct usb_interface *intf)
info->ether = (void *) buf;
if (info->ether->bLength != sizeof *info->ether) {
dev_dbg (&intf->dev, "CDC ether len %u\n",
info->u->bLength);
info->ether->bLength);
goto bad_desc;
}
dev->net->mtu = le16_to_cpup (
Expand Down

0 comments on commit d53326d

Please sign in to comment.