drm/amd/dc: hw_sequencer: fix semicolon.cocci warnings
authorJulia Lawall <julia.lawall@lip6.fr>
Tue, 14 Feb 2017 06:19:36 +0000 (07:19 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:14:58 +0000 (17:14 -0400)
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>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c

index 0afb3c64b651fa4caf1f8844449f7a7c83d7bc5f..9b6d251a1c22474aaf6b07d2eff0ff3249e9e3b6 100644 (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++) {