Re: [PATCH] net: microchip: encx24j600: add missed kthread_stop

From: David Miller
Date: Thu May 07 2020 - 21:09:08 EST


From: Chuhong Yuan <hslester96@xxxxxxxxx>
Date: Thu, 7 May 2020 23:13:20 +0800

> 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 <hslester96@xxxxxxxxx>

Applied, thanks.