mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>