Browse Source

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>
Julia Lawall 8 years ago
parent
commit
e166ad43d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c

+ 1 - 1
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c

@@ -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++) {