Skip to content

Commit

Permalink
drm/amd/display: remove unneeded semicolon
Browse files Browse the repository at this point in the history
Semicolon is not required after curly braces.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1918
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
Yang Li authored and alexdeucher committed Aug 22, 2022
1 parent a0f7e7f commit ddeaf48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ static void dcn314_clk_mgr_helper_populate_bw_params(struct clk_mgr_internal *cl
bw_params->clk_table.entries[i].dppclk_mhz = max_dppclk;
bw_params->clk_table.entries[i].wck_ratio = convert_wck_ratio(
clock_table->DfPstateTable[min_pstate].WckRatio);
};
}

/* Make sure to include at least one entry at highest pstate */
if (max_pstate != min_pstate || i == 0) {
Expand Down

0 comments on commit ddeaf48

Please sign in to comment.