rtl8188eu: Remove wrapper around spin_unlock_irqrestore()

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2022-09-14 12:31:35 -05:00
parent 8f5cee5861
commit 7c6e80da34
4 changed files with 8 additions and 13 deletions

View file

@ -11519,7 +11519,7 @@ void update_sta_info(_adapter *padapter, struct sta_info *psta)
_enter_critical_ex(&psta->lock, &irqL);
psta->state = _FW_LINKED;
_exit_critical_ex(&psta->lock, &irqL);
spin_unlock_irqrestore(&psta->lock, irqL);
}