mirror of
https://xff.cz/git/u-boot/
synced 2025-09-07 03:32:20 +02:00
usb: gadget: remove duplicate assignment.
We should not make the same assignement twice. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
committed by
Marek Vasut
parent
b25f8e2112
commit
fa9da8ee60
@@ -165,7 +165,7 @@ static int config_buf(struct usb_configuration *config,
|
|||||||
int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE;
|
int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE;
|
||||||
void *next = buf + USB_DT_CONFIG_SIZE;
|
void *next = buf + USB_DT_CONFIG_SIZE;
|
||||||
struct usb_descriptor_header **descriptors;
|
struct usb_descriptor_header **descriptors;
|
||||||
struct usb_config_descriptor *c = buf;
|
struct usb_config_descriptor *c;
|
||||||
int status;
|
int status;
|
||||||
struct usb_function *f;
|
struct usb_function *f;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user