Files
linux/drivers/net/ethernet/microchip
Chuhong Yuan cb5919e0ce net: microchip: encx24j600: add missed kthread_stop
[ Upstream commit ff8ce319e9 ]

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@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 17:29:55 +09:00
..
2015-10-11 05:26:10 -07:00
2015-10-08 04:49:55 -07:00