mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-13 09:00:39 +09:00
The driver misses calling destroy_workqueue in remove like what is done when probe fails. Add the missed calls to fix it. Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>