mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-03-31 06:30:21 +00:00
Update osdep_service.c
This commit is contained in:
@@ -872,7 +872,7 @@ u32 _rtw_down_sema(_sema *sema)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void thread_exit(_completion *comp)
|
__noreturn inline void thread_exit(_completion *comp)
|
||||||
{
|
{
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0)
|
||||||
complete_and_exit(comp, 0);
|
complete_and_exit(comp, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user