lkml.org 
[lkml]   [2022]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] drm/amd/display: Unneeded semicolon
Applied.  Thanks!

On Sat, Aug 13, 2022 at 11:35 AM min tang <tangmin@cdjrlc.com> wrote:
>
> There is no semicolon after '}' in line 510.
>
> Signed-off-by: min tang <tangmin@cdjrlc.com>
> ---
> drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
> index 27501b735a9c..c87cf8771c6d 100644
> --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
> +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
> @@ -505,7 +505,7 @@ static void dcn315_clk_mgr_helper_populate_bw_params(
> bw_params->clk_table.entries[i].dispclk_mhz = clock_table->DispClocks[i];
> bw_params->clk_table.entries[i].dppclk_mhz = clock_table->DppClocks[i];
> bw_params->clk_table.entries[i].wck_ratio = 1;
> - };
> + }
>
> /* Make sure to include at least one entry and highest pstate */
> if (max_pstate != min_pstate || i == 0) {
> --
> 2.17.1
>

\
 
 \ /
  Last update: 2022-08-16 02:15    [W:0.049 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site