can: esd_usb2: fix memory leak on disconnect
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Fri, 10 Oct 2014 20:31:07 +0000 (00:31 +0400)
committerZefan Li <lizefan@huawei.com>
Mon, 2 Feb 2015 09:05:22 +0000 (17:05 +0800)
commit11c9fc9d691d0a6669319c30f4da60c1d425801e
tree5ce8aec3103f380667e8976006b7b95def3964fe
parent79cbdbf4cfbba078cc8864934eaf843db6ad31c3
can: esd_usb2: fix memory leak on disconnect

commit efbd50d2f62fc1f69a3dcd153e63ba28cc8eb27f upstream.

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>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/net/can/usb/esd_usb2.c