diff options
author | Deepak R Varma <[email protected]> | 2023-01-15 12:47:11 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-01-17 16:11:51 -0500 |
commit | d3d3b8945128e8522e5ece44524e88e870b22f79 (patch) | |
tree | 110571472cf8ed3498acbb5a290c858e5da98b05 /tools/perf/scripts/python/flamegraph.py | |
parent | 4e1855026685a12331cfca3b5002a8133dc82a45 (diff) |
drm/amd/pm/powerplay/hwmgr: use bitwise or for bitmasks addition
For bit mask addition, it is recommended to use or operator "|" instead
of numerical addition as the former is quicker and cleaner. Change
suggested by orplus.cocci Coccinelle semantic patch.
Reviewed-by: Evan Quan <[email protected]>
Signed-off-by: Deepak R Varma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions