mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 18:50:11 +07:00
libertas: remove cmd_ctrl_node->status
There was no code that ever did set this variable. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
891f32a1c4
commit
c68b3bbdb5
@ -1667,7 +1667,6 @@ static void cleanup_cmdnode(struct cmd_ctrl_node *ptempnode)
|
||||
return;
|
||||
ptempnode->cmdwaitqwoken = 1;
|
||||
wake_up_interruptible(&ptempnode->cmdwait_q);
|
||||
ptempnode->status = 0;
|
||||
ptempnode->wait_option = 0;
|
||||
ptempnode->pdata_buf = NULL;
|
||||
|
||||
|
@ -68,7 +68,6 @@ struct rxpd {
|
||||
struct cmd_ctrl_node {
|
||||
/* CMD link list */
|
||||
struct list_head list;
|
||||
u32 status;
|
||||
/*CMD wait option: wait for finish or no wait */
|
||||
u16 wait_option;
|
||||
/* command parameter */
|
||||
|
Loading…
Reference in New Issue
Block a user