mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
remove unused code
This commit is contained in:
@@ -40,16 +40,16 @@ do { if(wapi_debug_component & (component)){ \
|
||||
if(!(_Exp)) \
|
||||
{ \
|
||||
printk("RTWLAN: "); \
|
||||
printk( "Assertion failed! %s,%s,line=%d\n", \
|
||||
#_Exp,__FUNCTION__,__LINE__); \
|
||||
printk( "Assertion failed! %s,%s,line=%d\n", \
|
||||
#_Exp,__FUNCTION__,__LINE__); \
|
||||
return; \
|
||||
}
|
||||
#define RT_ASSERT_RET_VALUE(_Exp,Ret) \
|
||||
if(!(_Exp)) \
|
||||
{ \
|
||||
printk("RTWLAN: "); \
|
||||
printk( "Assertion failed! %s,%s,line=%d\n", \
|
||||
#_Exp,__FUNCTION__,__LINE__); \
|
||||
printk( "Assertion failed! %s,%s,line=%d\n", \
|
||||
#_Exp,__FUNCTION__,__LINE__); \
|
||||
return (Ret); \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user