diff options
author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2024-02-07 15:04:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-08 19:33:40 +0300 |
commit | acd6c7b1d2765fd30b7d7487aff50dc824db314e (patch) | |
tree | 7ef40d4e68a244700deab6ec77330541ebc3f326 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | eb8096c30ad07e6201830816e398b3ad603cc096 (diff) | |
download | linux-acd6c7b1d2765fd30b7d7487aff50dc824db314e.tar.xz |
spi: s3c64xx: drop a superfluous bitwise NOT operation
val &= ~mask;
val |= mask;
is equivalent to:
val |= mask;
Drop the superfluous bitwise NOT operation.
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240207120431.2766269-18-tudor.ambarus@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions