mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
fix compiling warning on kernel 4.1.0
This commit is contained in:
@@ -55,7 +55,7 @@ inline int RTW_STATUS_CODE(int error_code){
|
||||
}
|
||||
#endif
|
||||
|
||||
u32 rtw_atoi(u8* s)
|
||||
u32 rtw_atoi(const u8* s)
|
||||
{
|
||||
|
||||
int num=0,flag=0;
|
||||
|
Reference in New Issue
Block a user