Commit d67fc77a authored by Oliver Spang's avatar Oliver Spang Committed by Greg Kroah-Hartman

[PATCH] USB: Compiler error in cdc-acm when DEBUG defined

parent cc9da5aa
...@@ -538,7 +538,7 @@ static int acm_probe (struct usb_interface *intf, ...@@ -538,7 +538,7 @@ static int acm_probe (struct usb_interface *intf,
cfacm = dev->config + i; cfacm = dev->config + i;
dbg("probing config %d", cfacm->bConfigurationValue); dbg("probing config %d", cfacm->desc.bConfigurationValue);
if (cfacm->desc.bNumInterfaces != 2 || if (cfacm->desc.bNumInterfaces != 2 ||
usb_interface_claimed(cfacm->interface + 0) || usb_interface_claimed(cfacm->interface + 0) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment