Skip to content
Commit ff8ce319 authored by Chuhong Yuan's avatar Chuhong Yuan Committed by David S. Miller
Browse files

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: default avatarChuhong Yuan <hslester96@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09454fd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment