summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHaroen Tmimi <tmimiharoen@gmail.com>2026-02-10 19:50:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-23 15:41:59 +0100
commit532fc90fa51ab2044917f788ccb8f8c2dce9a283 (patch)
tree8210da14895a472325500e7d1d2f598bb5662c61 /tools/perf/scripts/python
parentc6b7a9a248e9257ada0a7bf3bd3ed1be7efb51b7 (diff)
staging: rtl8723bs: remove redundant 'Adapter' variable in HalPhyRf_8723B
The variable Adapter was declared and initialized locally in an if-statement, but it shadowed a variable of the same name and value declared in the function scope (line 169). Removing the inner declaration allows the code to use the existing outer variable, resolving a -Wshadow warning. Signed-off-by: Haroen Tmimi <tmimiharoen@gmail.com> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260210185044.53754-1-tmimiharoen@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions