Home
last modified time | relevance | path

Searched hist:"7 b412ab31fe7957eabbfa86c131679fb244d7079" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dg_dnl.c7b412ab31fe7957eabbfa86c131679fb244d7079 Tue Oct 08 12:30:40 UTC 2013 Lukasz Majewski <l.majewski@samsung.com> usb:g_dnl: Replace static usb_configuration structure with dynamically allocated one

When the usb_configuration structure is declared as static, it is very
hard to assure, that relevant fields (as e.g. config->interfaces[]) are
cleared out before new call to g_dnl related functions.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>