Re: [PATCH] drm/amd/display: fix mixed declaration and code

2021-12-01 Thread Harry Wentland
On 2021-12-01 15:33, Alex Deucher wrote: > Reorder the code to fix the warning. > > Fixes: 8808f3ffb14d79 ("drm/amd/display: Add DP-HDMI FRL PCON Support in DC") > Cc: Fangzhi Zuo > Signed-off-by: Alex Deucher Reviewed-by: Harry Wentland Harry > --- > drivers/gpu/drm/amd/display/dc/core/

[PATCH] drm/amd/display: fix mixed declaration and code

2021-12-01 Thread Alex Deucher
Reorder the code to fix the warning. Fixes: 8808f3ffb14d79 ("drm/amd/display: Add DP-HDMI FRL PCON Support in DC") Cc: Fangzhi Zuo Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu