linux/drivers/gpu/drm/amd/display/modules/freesync
Liao Yuanhong 53c271b9a0 drm/amd/display: Remove redundant ternary operators
For ternary operators in the form of "a ? true : false" or
"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.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2025-09-05 17:38:39 -04:00
..
freesync.c drm/amd/display: Remove redundant ternary operators 2025-09-05 17:38:39 -04:00
Makefile