Commit e166ad43 authored by Julia Lawall's avatar Julia Lawall Committed by Alex Deucher

drm/amd/dc: hw_sequencer: fix semicolon.cocci warnings

Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 17a96033
...@@ -2070,7 +2070,7 @@ static void init_hw(struct core_dc *dc) ...@@ -2070,7 +2070,7 @@ static void init_hw(struct core_dc *dc)
true); true);
} }
dce_clock_gating_power_up(dc->hwseq, false);; dce_clock_gating_power_up(dc->hwseq, false);
/***************************************/ /***************************************/
for (i = 0; i < dc->link_count; i++) { for (i = 0; i < dc->link_count; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment