staging: rtl8188eu: cmdThread is a task_struct

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

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210419201126.25633-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Kaiser 2021-04-19 22:11:25 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 2a743d94eb
Коммит 94ed1611aa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -150,7 +150,7 @@ struct adapter {
u8 hw_init_completed;
void *cmdThread;
struct task_struct *cmdThread;
struct net_device *pnetdev;
struct net_device *pmondev;