commit | efbd50d2f62fc1f69a3dcd153e63ba28cc8eb27f | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Oct 11 00:31:07 2014 +0400 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Tue Nov 18 13:23:31 2014 +0100 |
tree | 0edef3105472e0fba7c71c2c64a86db34d804d6f | |
parent | 98e69016a11b2b9398bea668442193b3b362cd43 [diff] |
can: esd_usb2: fix memory leak on disconnect It seems struct esd_usb2 dev is not deallocated on disconnect. The patch adds the missing deallocation. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu> Cc: linux-stable <stable@vger.kernel.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>