diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2013-04-04 14:13:47 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-06 01:09:12 +0400 |
commit | 7ca2cd291fd84ae499390f227a255ccba2780a81 (patch) | |
tree | 2ba98c5b51618154fb741882d2fa5a7ec8a1f612 /arch | |
parent | a9c174302b1590ef3ead485d804a303c5f89174b (diff) | |
download | linux-7ca2cd291fd84ae499390f227a255ccba2780a81.tar.xz |
usb: chipidea: udc: fix memory leak in _ep_nuke
In hardware_enqueue code adds one extra td with dma_pool_alloc if
mReq->req.zero is true. When _ep_nuke will be called for that endpoint,
dma_pool_free will not be called to free that memory again. That patch
fixes this.
Cc: stable <stable@vger.kernel.org> # v3.5
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions