summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/keyspan.c
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2013-04-04 13:13:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-05 14:09:12 -0700
commit7ca2cd291fd84ae499390f227a255ccba2780a81 (patch)
tree2ba98c5b51618154fb741882d2fa5a7ec8a1f612 /drivers/usb/serial/keyspan.c
parenta9c174302b1590ef3ead485d804a303c5f89174b (diff)
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 'drivers/usb/serial/keyspan.c')
0 files changed, 0 insertions, 0 deletions