Re: [PATCH] drm/amd/display: Fix indentation in dcn32_get_vco_frequency_from_reg()

2022-06-23 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Jun 23, 2022 at 12:26 PM Leo wrote: > > > > On 2022-06-23 11:30, Nathan Chancellor wrote: > > Clang warns: > > > > > > drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c:549:4: > > warning: misleading indentation; statement is not part of

Re: [PATCH] drm/amd/display: Fix indentation in dcn32_get_vco_frequency_from_reg()

2022-06-23 Thread Leo
On 2022-06-23 11:30, Nathan Chancellor wrote: > Clang warns: > > > drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c:549:4: > warning: misleading indentation; statement is not part of the previous 'else' > [-Wmisleading-indentation] > pll_req

[PATCH] drm/amd/display: Fix indentation in dcn32_get_vco_frequency_from_reg()

2022-06-23 Thread Nathan Chancellor
Clang warns: drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c:549:4: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] pll_req = dc_fixpt_from_int(pll_req_reg &