Konstantin Lebedev
Konstantin Lebedev
> Very happy to see this! > > By the way, I think there is a better way than splite ACL into several PR: Create a new feature branch, add...
> thought it's an issue related to `-` prefixed folder. @undefined-moe Hi, try to reproduce the problem locally. Use the commands 1. Get seaweedfs `git clone https://github.com/seaweedfs/seaweedfs.git` 2. Change dir...
after fast fix: ``` root@rock-5b:/usr/src/rtl8192eu-linux-driver# git diff diff --git a/Makefile b/Makefile index 8ecdb72..00c125c 100644 --- a/Makefile +++ b/Makefile @@ -118,8 +118,8 @@ CONFIG_RTW_SDIO_PM_KEEP_POWER = y CONFIG_MP_VHT_HW_TX_MODE = n ###################### Platform...
and next error: ``` CC [M] /usr/src/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.o /usr/src/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.c: In function 'cfg80211_rtw_scan': /usr/src/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.c:2961:33: warning: the comparison will always evaluate as 'true' for the address of 'ssid' will never be NULL [-Waddress]...
and more errors: ``` CC [M] /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_debug.o /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_debug.c: In function 'phydm_set_txagc_dbg': /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_debug.c:2867:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)((int)i...
and more errors: ``` CC [M] /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm.o /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm.c: In function 'phydm_supportability_en': /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm.c:1547:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)((int)i...
and next one: ``` CC [M] /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_rainfo.o /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_rainfo.c: In function 'phydm_h2C_debug': /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_rainfo.c:128:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)((int)i...
and next one: ``` CC [M] /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_adaptivity.o /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_adaptivity.c: In function 'phydm_adaptivity_debug': /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_adaptivity.c:365:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)((int)i...
``` /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_ccx.c: In function 'phydm_nhm_dbg': /usr/src/rtl8192eu-linux-driver/hal/phydm/phydm_ccx.c:1015:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)((int)i + 1) * 16)' must not...
``` fgrep -n -R 'PHYDM_SSCANF(input' -B 1 ./ | grep if | grep input ./hal/phydm/phydm_smt_ant.c-322- if (input[i + 1]) ./hal/phydm/phydm_smt_ant.c-336- if (input[i + 1]) ./hal/phydm/phydm_ccx.c-295- if (input[i + 1]) ./hal/phydm/phydm_soml.c-304-...