commit | 3ff67445750a84de67faaf52c6e1895cb09f2c56 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Nov 29 01:29:10 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 02 16:15:02 2014 -0800 |
tree | 2a50f3fd3401948f0bcfe8ba1fa468bd2c828074 | |
parent | 016040268ccafaa7ad74ef88708d54fedeb87072 [diff] |
usbip: fix error handling in stub_probe() If usb_hub_claim_port() fails, no resources are deallocated and if stub_add_files() fails, port is not released. The patch fixes these issues and rearranges error handling code. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Acked-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>