• S
    USB: gadget: atmel: zero out allocated requests · 369d3c43
    Stephen Warren 提交于
    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: NStephen Warren <swarren@nvidia.com>
    369d3c43
atmel_usba_udc.c 31.4 KB