Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: microchip: encx24j600: add missed kthread_stop
This driver calls kthread_run() in probe, but forgets to call kthread_stop() in probe failure and remove. Add the missed kthread_stop() to fix it. Signed-off-by: Chuhong Yuan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information