Fix: extraneous parentheses

This commit is contained in:
Rin Cat (鈴猫)
2021-12-04 08:45:14 -05:00
parent 16223935bb
commit 96ec215d23
4 changed files with 4 additions and 4 deletions

View File

@@ -388,7 +388,7 @@ void rtw_mfree_stainfo(struct sta_info *psta);
void rtw_mfree_stainfo(struct sta_info *psta)
{
if (&psta->lock != NULL)
if (&(psta->lock) != NULL)
_rtw_spinlock_free(&psta->lock);
_rtw_free_sta_xmit_priv_lock(&psta->sta_xmitpriv);