|
@@ -99,9 +99,7 @@ int usbnet_generic_cdc_bind(struct usbnet *dev, struct usb_interface *intf)
|
|
*/
|
|
*/
|
|
buf = dev->udev->actconfig->extra;
|
|
buf = dev->udev->actconfig->extra;
|
|
len = dev->udev->actconfig->extralen;
|
|
len = dev->udev->actconfig->extralen;
|
|
- if (len)
|
|
|
|
- dev_dbg(&intf->dev,
|
|
|
|
- "CDC descriptors on config\n");
|
|
|
|
|
|
+ dev_dbg(&intf->dev, "CDC descriptors on config\n");
|
|
}
|
|
}
|
|
|
|
|
|
/* Maybe CDC descriptors are after the endpoint? This bug has
|
|
/* Maybe CDC descriptors are after the endpoint? This bug has
|