Commit 1fb0c9cc authored by Tom St Denis's avatar Tom St Denis Committed by Alex Deucher
Browse files

drm/amd/display: Fix indentation in dm_resume()

parent 32f5062d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -628,10 +628,7 @@ static int dm_resume(void *handle)
	struct amdgpu_display_manager *dm = &adev->dm;

	/* power on hardware */
	dc_set_power_state(
		dm->dc,
		DC_ACPI_CM_POWER_STATE_D0
		);
	dc_set_power_state(dm->dc, DC_ACPI_CM_POWER_STATE_D0);

	return 0;
}