Home
last modified time | relevance | path

Searched hist:"369 d3c439a39dea6020e3a5ae25821b0832822da" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Datmel_usba_udc.c369d3c439a39dea6020e3a5ae25821b0832822da Tue Jul 01 22:59:08 UTC 2014 Stephen Warren <swarren@nvidia.com> USB: gadget: atmel: zero out allocated requests

A UDC's alloc_request method should zero out the newly allocated request.
Ensure the Atmel driver does so. This issue was found by code inspection,
following the investigation of an intermittent issue with ci_udc, which
was tracked down to failing to zero out allocated requests following some
of my changes. All other UDC drivers already zero out requests in one
way or another.

Signed-off-by: Stephen Warren <swarren@nvidia.com>