[PATCH] USB: usbnet debug message fix
One debug message won't print the right value; OSDL bugid 4545. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
86dbde9cbd
commit
e3bc8b4e00
@@ -1429,7 +1429,7 @@ static int generic_cdc_bind (struct usbnet *dev, struct usb_interface *intf)
|
|||||||
info->ether = (void *) buf;
|
info->ether = (void *) buf;
|
||||||
if (info->ether->bLength != sizeof *info->ether) {
|
if (info->ether->bLength != sizeof *info->ether) {
|
||||||
dev_dbg (&intf->dev, "CDC ether len %u\n",
|
dev_dbg (&intf->dev, "CDC ether len %u\n",
|
||||||
info->u->bLength);
|
info->ether->bLength);
|
||||||
goto bad_desc;
|
goto bad_desc;
|
||||||
}
|
}
|
||||||
dev->net->mtu = le16_to_cpup (
|
dev->net->mtu = le16_to_cpup (
|
||||||
|
Reference in New Issue
Block a user