diff options
Diffstat (limited to 'drivers/usb/gadget/storage_common.c')
-rw-r--r-- | drivers/usb/gadget/storage_common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/gadget/storage_common.c b/drivers/usb/gadget/storage_common.c index 484acfb1a7c5..d7856c599d5a 100644 --- a/drivers/usb/gadget/storage_common.c +++ b/drivers/usb/gadget/storage_common.c | |||
@@ -26,7 +26,6 @@ | |||
26 | * be defined (each of type pointer to char): | 26 | * be defined (each of type pointer to char): |
27 | * - fsg_string_manufacturer -- name of the manufacturer | 27 | * - fsg_string_manufacturer -- name of the manufacturer |
28 | * - fsg_string_product -- name of the product | 28 | * - fsg_string_product -- name of the product |
29 | * - fsg_string_serial -- product's serial | ||
30 | * - fsg_string_config -- name of the configuration | 29 | * - fsg_string_config -- name of the configuration |
31 | * - fsg_string_interface -- name of the interface | 30 | * - fsg_string_interface -- name of the interface |
32 | * The first four are only needed when FSG_DESCRIPTORS_DEVICE_STRINGS | 31 | * The first four are only needed when FSG_DESCRIPTORS_DEVICE_STRINGS |
@@ -552,7 +551,7 @@ static struct usb_string fsg_strings[] = { | |||
552 | #ifndef FSG_NO_DEVICE_STRINGS | 551 | #ifndef FSG_NO_DEVICE_STRINGS |
553 | {FSG_STRING_MANUFACTURER, fsg_string_manufacturer}, | 552 | {FSG_STRING_MANUFACTURER, fsg_string_manufacturer}, |
554 | {FSG_STRING_PRODUCT, fsg_string_product}, | 553 | {FSG_STRING_PRODUCT, fsg_string_product}, |
555 | {FSG_STRING_SERIAL, fsg_string_serial}, | 554 | {FSG_STRING_SERIAL, ""}, |
556 | {FSG_STRING_CONFIG, fsg_string_config}, | 555 | {FSG_STRING_CONFIG, fsg_string_config}, |
557 | #endif | 556 | #endif |
558 | {FSG_STRING_INTERFACE, fsg_string_interface}, | 557 | {FSG_STRING_INTERFACE, fsg_string_interface}, |