summaryrefslogtreecommitdiff
path: root/tools/leds
diff options
context:
space:
mode:
authorLu Baolu <baolu.lu@linux.intel.com>2017-09-18 17:39:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-18 17:10:40 +0200
commit9821786d7c90eee2f6852261893d9703801aae47 (patch)
tree0156008d136d70abbed8c05746363abe28112843 /tools/leds
parentb2a542bbb3081dbd64acc8929c140d196664c406 (diff)
usb: xhci: Free the right ring in xhci_add_endpoint()
In the xhci_add_endpoint(), a new ring was allocated and saved at xhci_virt_ep->new_ring. Hence, when error happens, we need to free the allocated ring before returning error. Current code frees xhci_virt_ep->ring instead of the new_ring. This patch fixes this. Cc: <stable@vger.kernel.org> Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/leds')
0 files changed, 0 insertions, 0 deletions