summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-11-18 15:45:56 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-18 12:49:42 +0100
commit7da8abcf482adcc0d84ebf619f9f841058fccdb1 (patch)
treed814112e14a44abbe80b51407db808008db2247b /tools/perf/scripts/python/event_analyzing_sample.py
parenteb22caade58d6da19595f7a515ca4b8fdfccb9a2 (diff)
downloadkernel-7da8abcf482adcc0d84ebf619f9f841058fccdb1.tar.gz
staging: rtl8723bs: remove set but not used variable 'change', 'pos'
Fixes gcc '-Wunused-but-set-variable' warning: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function cfg80211_rtw_change_iface: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:1310:5: warning: variable change set but not used [-Wunused-but-set-variable] drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function rtw_cfg80211_set_wpa_ie: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:1803:19: warning: variable pos set but not used [-Wunused-but-set-variable] They are introduced by commit 554c0a3abf21 ("staging: Add rtl8723bs sdio wifi driver"), but never used, so remove them. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Link: https://lore.kernel.org/r/1574063156-68155-6-git-send-email-zhengbin13@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
>TTY: serial, move locking in uart_closeJiri Slaby 2011-08-25TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby 2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles 2011-08-23TTY: remove tty_lockedJiri Slaby 2011-08-23TTY: serial, remove tasklet for tty_wakeupJiri Slaby 2011-08-23TTY: serial, remove BTM from wait_until_sentJiri Slaby 2011-08-23TTY: serial, document ignoring of uart->ops->startup errorJiri Slaby 2011-04-25TTY: serial_core, remove superfluous set_task_stateJiri Slaby 2011-04-25TTY: serial_core, remove invalid testJiri Slaby 2011-04-19Serial: Remove unused code.Govindraj.R 2011-04-19tty: remove invalid location line in file headerJovi Zhang 2011-04-19serial: core, remove uart_update_termiosJiri Slaby 2011-04-19serial: core, do not set DTR/RTS twice on startupJiri Slaby 2011-04-19serial: core, move termios handling to uart_startupJiri Slaby 2011-04-19TTY: serial_core, remove unused variableJiri Slaby 2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox 2011-02-17tiocmset: kill the file pointer argumentAlan Cox 2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox 2011-02-03serial-core: reset the console speed on resumeYin Kangkai 2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman