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

Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Julia Lawall 2017-02-14 07:19:36 +01:00 committed by Alex Deucher
parent 17a96033da
commit e166ad43d5
1 changed files with 1 additions and 1 deletions

View File

@ -2070,7 +2070,7 @@ static void init_hw(struct core_dc *dc)
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++) {