rtl8188eu: Remove _rtw_spinlock_free

This routine does nothing.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-06 16:48:54 -06:00
parent fa0ee4759b
commit 89552a85d0
9 changed files with 0 additions and 95 deletions

View file

@ -173,9 +173,7 @@ void _rtw_free_cmd_priv (struct cmd_priv *pcmdpriv)
;
if(pcmdpriv){
_rtw_spinlock_free(&(pcmdpriv->cmd_queue.lock));
_rtw_free_sema(&(pcmdpriv->cmd_queue_sema));
/* _rtw_free_sema(&(pcmdpriv->cmd_done_sema)); */
_rtw_free_sema(&(pcmdpriv->terminate_cmdthread_sema));
if (pcmdpriv->cmd_allocated_buf)