[PATCH] [media] radio-maxiradio: fix memory leak when device is removed

2016-06-03 Thread Alexey Khoroshilov
Memory allocated for maxiradio device is not deallocated when the device is removed. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/media/radio/radio-maxiradio.c | 1 + 1 file changed, 1 insertion(+) diff

[PATCH] [media] radio-maxiradio: fix memory leak when device is removed

2016-06-03 Thread Alexey Khoroshilov
Memory allocated for maxiradio device is not deallocated when the device is removed. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/media/radio/radio-maxiradio.c | 1 + 1 file changed, 1 insertion(+) diff --git