rtl8188eu: Remove empty _rtw_free_sema()

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-13 15:28:20 -06:00
parent 890e54b7a7
commit e2e51bd6f4
5 changed files with 0 additions and 10 deletions

View file

@ -113,8 +113,6 @@ 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->terminate_cmdthread_sema));
if (pcmdpriv->cmd_allocated_buf)
kfree(pcmdpriv->cmd_allocated_buf);