drm/amd/display: Adding braces to prepare for future changes to behavior of if block
authorLeo Chen <sancchen@amd.com>
Sat, 10 Dec 2022 00:08:54 +0000 (19:08 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Jan 2023 21:57:57 +0000 (16:57 -0500)
commitb0fcf88b3f10bf684d636e78113e678dc3b3f053
tree08ad6a6f7cca10450f50ded71815ad7bcc990411
parent6ffa679916474b26c9b6c81003b42f2e1f0feda1
drm/amd/display: Adding braces to prepare for future changes to behavior of if block

[Why & How]
For certain features, there will be more implementations needed in the if-block.
Braces are added as part of the preparation.

Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Leo Chen <sancchen@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c