Commit 78bff3c6 authored by Marek Belisko's avatar Marek Belisko Committed by Greg Kroah-Hartman

USB: gadget: composite: Typo fix.

Signed-off-by: default avatarMarek Belisko <marek.belisko@gmail.com>
Acked-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8b455561
...@@ -1126,7 +1126,7 @@ static int composite_bind(struct usb_gadget *gadget) ...@@ -1126,7 +1126,7 @@ static int composite_bind(struct usb_gadget *gadget)
cdev->desc = *composite->dev; cdev->desc = *composite->dev;
cdev->desc.bMaxPacketSize0 = gadget->ep0->maxpacket; cdev->desc.bMaxPacketSize0 = gadget->ep0->maxpacket;
/* stirng overrides */ /* string overrides */
if (iManufacturer || !cdev->desc.iManufacturer) { if (iManufacturer || !cdev->desc.iManufacturer) {
if (!iManufacturer && !composite->iManufacturer && if (!iManufacturer && !composite->iManufacturer &&
!*composite_manufacturer) !*composite_manufacturer)
......
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