summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-11-18 15:45:55 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-18 12:49:42 +0100
commiteb22caade58d6da19595f7a515ca4b8fdfccb9a2 (patch)
tree1ce188502c177655084340e297193ac486eb80cf /tools/perf/scripts/python/export-to-sqlite.py
parent17b937a9d6f7ed4aeba0b610baafccf7e730e71f (diff)
downloadkernel-eb22caade58d6da19595f7a515ca4b8fdfccb9a2.tar.gz
staging: rtl8723bs: remove set but not used variable 'notify_ielen', 'notify_ie', 'notify_interval', 'notify_capability'
Fixes gcc '-Wunused-but-set-variable' warning: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function rtw_cfg80211_inform_bss: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:248:9: warning: variable notify_ielen set but not used [-Wunused-but-set-variable] drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function rtw_cfg80211_inform_bss: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:247:6: warning: variable notify_ie set but not used [-Wunused-but-set-variable] drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function rtw_cfg80211_inform_bss: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:246:6: warning: variable notify_interval set but not used [-Wunused-but-set-variable] drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function rtw_cfg80211_inform_bss: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:245:6: warning: variable notify_capability 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-5-git-send-email-zhengbin13@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
ro/kernel/commit/arch/x86/platform/uv/tlb_uv.c?h=linux-6.6.y&id=4f059d514f7119a4fdd9934189ff31f2c26b2647'>x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman 2016-09-22x86/platform/uv/BAU: Fix payload queue setup on UV4 hardwareAndrew Banman 2016-09-22x86/platform/uv/BAU: Disable software timeout on UV4 hardwareAndrew Banman 2016-09-22x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version informationAndrew Banman 2016-09-22x86/platform/uv/BAU: Use generic function pointersAndrew Banman 2016-09-22x86/platform/uv/BAU: Add generic function pointersAndrew Banman 2016-09-22x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman 2016-09-22x86/platform/uv/BAU: Clean up pq_init()Andrew Banman 2016-09-22x86/platform/uv/BAU: Clean up and update printksAndrew Banman 2016-09-22x86/platform/uv/BAU: Clean up vertical alignmentAndrew Banman 2016-09-13x86: Clean up various simple wrapper functionsMasahiro Yamada 2016-05-04x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis 2016-04-01x86/platform/uv: Disable UV BAU by defaultAlex Thorlton 2015-03-02x86: Fix up obsolete __cpu_set() function usageRusty Russell 2014-12-10Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k...Linus Torvalds 2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes 2014-11-03x86: UV BAU: Avoid NULL pointer reference in ptc_seq_showJames Custer 2014-08-08arch/x86: replace strict_strto callsDaniel Walter 2014-06-05x86/uv: Update the UV3 TLB shootdown logicCliff Wickman 2014-01-13sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra 2013-12-10x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw