aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-wdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/class/cdc-wdm.c')
-rw-r--r--drivers/usb/class/cdc-wdm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c
index c0197af22fd8..c154d4f1d674 100644
--- a/drivers/usb/class/cdc-wdm.c
+++ b/drivers/usb/class/cdc-wdm.c
@@ -723,8 +723,7 @@ next_desc:
723 if (rv < 0) 723 if (rv < 0)
724 goto err2; 724 goto err2;
725 else 725 else
726 dev_info(&intf->dev, "cdc-wdm%d: USB WDM device\n", 726 dev_info(&intf->dev, "%s: USB WDM device\n", dev_name(intf->usb_dev));
727 intf->minor - WDM_MINOR_BASE);
728out: 727out:
729 return rv; 728 return rv;
730err2: 729err2: