summaryrefslogtreecommitdiff
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorLiao Yuanhong <liaoyuanhong@vivo.com>2025-09-03 20:03:49 +0800
committerAlex Deucher <alexander.deucher@amd.com>2025-09-05 16:06:29 -0400
commit9502b09933ed8debe9888c69b10e79e3a2b66800 (patch)
tree5c7ac04a221ba9385865d33a3b3955c57ee199cf /rust/helpers/helpers.c
parent8a4bc4508c6b104210b85f380d3237d3a2582f37 (diff)
drm/amdgpu/jpeg: Remove redundant ternary operators
For ternary operators in the form of "a ? true : false", 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 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions