[U-Boot] [PATCH RESEND] usb: gadget: pxa25x_udc: fix use-before-initialized bug
Marek Vasut
marex at denx.de
Sat Jan 10 01:42:10 CET 2015
On Thursday, January 08, 2015 at 06:51:10 PM, Alex Sadovsky wrote:
> Fix use-before-initialized bug in pxa25x_udc driver.
>
> Function usb_gadget_register_driver calls udc_disable,
> and udc_disable calls pullup_off that uses dev->mach->udc_command.
> But dev->mach is initialized in usb_gadget_register_driver after
> calling udc_disable. This patch fixes the order of initialization.
>
> Signed-off-by: Alex Sadovsky <Nable.MainInbox at googlemail.com>
Applied, thanks!
Best regards,
Marek Vasut
More information about the U-Boot
mailing list