diff options
| author | Colin Ian King <[email protected]> | 2021-12-05 23:28:22 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-12-17 18:01:39 +0100 |
| commit | 4b95391c8ef0f270ed58234597aef58976abe01c (patch) | |
| tree | 6a39b5c79eae89460816e665082791ddc3569945 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | e5ce127e5f7bc0afee21e9363a2aa415c1a32a36 (diff) | |
serial: 8250_pci: remove redundant assignment to tmp after the mask operation
The variable tmp is being masked with a bitmask and the value is being
written to port base + 0x3c. However, the masked value is being written
back to tmp and tmp is never used after this. The assignmentment is
redundant, replace the &= operator with just &.
Signed-off-by: Colin Ian King <[email protected]>
Reviewesd-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions