summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2025-06-28 16:23:30 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-30 19:14:19 +0200
commit60212a07cdcdda03490b2a42681f059b8bbb00dd (patch)
tree20a9f13da521808e71534876c80c1ec0bdd9171b /tools/perf/scripts/python/mem-phys-addr.py
parent415ca57a1ab1b2dd3180f730b6de5181875ccf00 (diff)
downloadkernel-60212a07cdcdda03490b2a42681f059b8bbb00dd.tar.gz
staging: rtl8723bs: remove empty functions
The functions rtw_hal_dm_deinit(), odm_CmnInfoInit_Debug(), and odm_BasicDbgMessage() are empty, hence we can remove them to get rid of some dead code. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20250628142330.58045-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
h/ath6kl?h=linux-6.12.y&id=4ac1f003e72ad46b0dfc22954bf012adb809d08e'>ath6kl: Remove unnecessary parenthesesVarsha Rao 2018-07-31ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()Jia-Ju Bai 2018-07-30ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King 2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat 2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo 2018-06-13ath6kl: mark expected switch fall-throughsGustavo A. R. Silva 2018-06-13ath6kl: add support for Dell Wireless 1537Guy Chronister 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2018-05-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo 2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen 2018-04-27ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck 2018-04-19ath6kl: fix spelling mistake: "chache" -> "cache"Colin Ian King 2018-03-27wireless: Use octal not symbolic permissionsJoe Perches 2017-12-07ath6kl: improve endianness handlingKenneth Lu 2017-12-07ath6kl: remove redundant variable ies_lenKenneth Lu 2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-27ath: Convert timers to use timer_setup()Kees Cook