Commit 94ed1611 authored by Martin Kaiser's avatar Martin Kaiser Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: cmdThread is a task_struct



cmdThread is the return value of kthread_run, i.e. a struct task_struct.

Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210419201126.25633-3-martin@kaiser.cx


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2a743d94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ struct adapter {

	u8	hw_init_completed;

	void *cmdThread;
	struct task_struct *cmdThread;
	struct  net_device *pnetdev;
	struct  net_device *pmondev;