commit | f37d6e701f2a3a04e66690397340a6417f6e053f | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Thu Sep 05 01:46:09 2013 +0400 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Fri Sep 20 20:58:21 2013 +0200 |
tree | 39f29ad50fc76d1384ccf71859035084aa983c6a | |
parent | dcb30e659287a6b40dafed1362532da42ec27229 [diff] |
can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start() Tx and rx urbs are not deallocated if something goes wrong in peak_usb_start(). The patch fixes error handling to deallocate all the resources. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Acked-by: Stephane Grosjean <s.grosjean@peak-system.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>