commit | 16a643ea7aed6acec7f516dd7b079ea653e5b4fd | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Jul 01 16:59:08 2014 -0600 |
committer | Marek Vasut <marex@denx.de> | Wed Jul 02 15:45:38 2014 +0200 |
tree | ee8718c8afea97f254ae408f95c2eeee40b6b084 | |
parent | 1d0788f534d851e07ffee83c91416520e4848fc6 [diff] |
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>