mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00: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>