diff options
author | Philipp Hortmann <philipp.g.hortmann@gmail.com> | 2023-01-29 15:58:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-31 11:16:34 +0100 |
commit | b1266d9233e42d86e1d77b53d979ae9a387c4ca3 (patch) | |
tree | 4e8dc6064e21ae3b8024971359245ee7102183ba /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d48455b0d1741f3cdb98b9395d121059d0869235 (diff) |
staging: rtl8192e: Remove used constants MSR_LINK_SH.. and MSR_LINK_N..
Remove used constants MSR_LINK_SHIFT = 0 and MSR_LINK_NONE = 0. Use rules
a << 0 = a, 0 << 0 = 0 and msr | 0 = msr to remove dead code.
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/46bd1f075d5e4d211e1fc827843933907f7fee29.1675003608.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions