diff options
| author | Nikolay Kulikov <nikolayof23@gmail.com> | 2026-05-12 15:55:33 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-21 11:21:14 +0200 |
| commit | a00e23438d608c9e9710781f69cbb447672a50f1 (patch) | |
| tree | 1f0f939fcac926bb3f55576813b17e3bbd29f36b /scripts/dummy-tools/python3 | |
| parent | 591e09e74971bbbba5dd825fd8130e98af8e12bd (diff) | |
staging: rtl8723bs: remove overwriting of current IMR settings
Originally, this code use to
Step 1: Read a value from register
Step 2: Add some bits to the value
Step 3: Write the result back to the same register
The problem was that the bits in Step 2 were always zero and didn't
change the value, so I have removed that code. Now this function
just reads a value and writes the same value back. It is unnecessary
and can be removed.
Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260512125703.6878-4-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/dummy-tools/python3')
0 files changed, 0 insertions, 0 deletions
