diff options
| author | Tudor Ambarus <[email protected]> | 2024-01-19 10:45:20 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-01-27 19:05:19 -0800 |
| commit | ece5cc2ac1e665d936d3c795bab55aeee743bca6 (patch) | |
| tree | c86a8d6eb2aebf6665294e253cc88c85737bc5fb /tools/perf/scripts/python/stackcollapse.py | |
| parent | b3296e7681d80c95432ad04263ac24ad61664b9a (diff) | |
tty: serial: samsung: don't compare with zero an if (bitwise expression)
The bitwise AND with the fifo mask is used to check if the fifo is empty
or not, it doesn't care about the length, thus the comparison with zero
is implicit. Rely on the implicit comparison instead.
Reviewed-by: Sam Protsenko <[email protected]>
Signed-off-by: Tudor Ambarus <[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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions