[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:
Родитель
86dbde9cbd
Коммит
e3bc8b4e00
|
@ -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 (
|
||||
|
|
Загрузка…
Ссылка в новой задаче