mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Fix some sparse errors
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
78adabf36d
commit
4342c7358c
29 changed files with 721 additions and 727 deletions
|
@ -234,7 +234,7 @@ __inline static void _set_timer(_timer *ptimer,u32 delay_time)
|
|||
__inline static void _cancel_timer(_timer *ptimer,u8 *bcancelled)
|
||||
{
|
||||
del_timer_sync(ptimer);
|
||||
*bcancelled= true;//TRUE ==1; FALSE==0
|
||||
*bcancelled= true;//true ==1; false==0
|
||||
}
|
||||
|
||||
#ifdef PLATFORM_LINUX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue