diff options
| author | Nikolay Kulikov <nikolayof23@gmail.com> | 2026-06-21 19:12:29 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-07-07 13:25:19 +0200 |
| commit | b4756c7ba3858f2e57496221648a6e98c9ab38de (patch) | |
| tree | 772bdc12268d4f4455494678c0f41ee8ee2764cc /tools/perf/scripts/python | |
| parent | 7958aaa91b27a5b3c4ed6f626ade5d62dd51340c (diff) | |
staging: rtl8723bs: remove local variable 'eRFPath'
After removing the loop from the phy_RF6052_Config_ParaFile() function,
the value of this variable can no longer be changed, allowing all
switch-case statements to be known in advance, since it stores the value
0 (which is 'RF_PATH_A', defined in enum rf_path).
Therefore, remove it and the associated dead code and access 'RF_PATH_A'
directly.
Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260621161611.111461-3-nikolayof23@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
