mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove wrapper around semaphore 'up'
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
545d963a9e
commit
609fff0d67
5 changed files with 6 additions and 12 deletions
|
@ -164,11 +164,6 @@ void _rtw_free_sema(struct semaphore *sema)
|
|||
{
|
||||
}
|
||||
|
||||
void _rtw_up_sema(struct semaphore *sema)
|
||||
{
|
||||
up(sema);
|
||||
}
|
||||
|
||||
u32 _rtw_down_sema(struct semaphore *sema)
|
||||
{
|
||||
if (down_interruptible(sema))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue