rtl8188eu: Remove wrapper around semaphore 'up'

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-12 22:51:56 -06:00
parent 545d963a9e
commit 609fff0d67
5 changed files with 6 additions and 12 deletions

View file

@ -114,7 +114,7 @@ static inline void _enter_pwrlock(struct semaphore *plock)
static inline void _exit_pwrlock(struct semaphore *plock)
{
_rtw_up_sema(plock);
up(plock);
}
#define LPS_DELAY_TIME 1*HZ /* 1 sec */