diff options
Diffstat (limited to 'drivers/usb/gadget/webcam.c')
-rw-r--r-- | drivers/usb/gadget/webcam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/webcam.c b/drivers/usb/gadget/webcam.c index 69cf5c2cd335..8cef1e658c29 100644 --- a/drivers/usb/gadget/webcam.c +++ b/drivers/usb/gadget/webcam.c | |||
@@ -336,7 +336,7 @@ static struct usb_configuration webcam_config_driver = { | |||
336 | .bConfigurationValue = 1, | 336 | .bConfigurationValue = 1, |
337 | .iConfiguration = 0, /* dynamic */ | 337 | .iConfiguration = 0, /* dynamic */ |
338 | .bmAttributes = USB_CONFIG_ATT_SELFPOWER, | 338 | .bmAttributes = USB_CONFIG_ATT_SELFPOWER, |
339 | .bMaxPower = CONFIG_USB_GADGET_VBUS_DRAW / 2, | 339 | .MaxPower = CONFIG_USB_GADGET_VBUS_DRAW, |
340 | }; | 340 | }; |
341 | 341 | ||
342 | static int /* __init_or_exit */ | 342 | static int /* __init_or_exit */ |