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:
committed by
Alex Deucher
parent
17a96033da
commit
e166ad43d5
@ -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++) {
|
||||||
|
Reference in New Issue
Block a user