diff options
author | Tudor Ambarus <[email protected]> | 2024-02-07 12:04:31 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-08 16:33:40 +0000 |
commit | acd6c7b1d2765fd30b7d7487aff50dc824db314e (patch) | |
tree | 7ef40d4e68a244700deab6ec77330541ebc3f326 /net/lapb/lapb_subr.c | |
parent | eb8096c30ad07e6201830816e398b3ad603cc096 (diff) |
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 <[email protected]>
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions