aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/composite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/composite.h')
-rw-r--r--include/linux/usb/composite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h
index 60f8815998b..65ae0a3feb5 100644
--- a/include/linux/usb/composite.h
+++ b/include/linux/usb/composite.h
@@ -358,7 +358,7 @@ struct usb_composite_dev {
358 struct list_head configs; 358 struct list_head configs;
359 struct usb_composite_driver *driver; 359 struct usb_composite_driver *driver;
360 u8 next_string_id; 360 u8 next_string_id;
361 u8 manufacturer_override; 361 char *def_manufacturer;
362 362
363 /* the gadget driver won't enable the data pullup 363 /* the gadget driver won't enable the data pullup
364 * while the deactivation count is nonzero. 364 * while the deactivation count is nonzero.