summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorLiao Yuanhong <liaoyuanhong@vivo.com>2025-09-03 15:03:48 +0300
committerAlex Deucher <alexander.deucher@amd.com>2025-09-05 23:00:15 +0300
commit8a4bc4508c6b104210b85f380d3237d3a2582f37 (patch)
tree9f1e144934acefac9eb7e821ff6a17e199677cb4 /tools/lib/python
parent60df3e81d742e95805ca5e32ef336f87ab35dc37 (diff)
downloadlinux-8a4bc4508c6b104210b85f380d3237d3a2582f37.tar.xz
drm/amdgpu/ih: Remove redundant ternary operators
For ternary operators in the form of "a ? false : true", if 'a' itself returns a boolean result, the ternary operator can be omitted. Remove redundant ternary operators to clean up the code. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions