drm/amd/display: Fix indentation in dm_suspend()
authorTom St Denis <[email protected]>
Tue, 17 Oct 2017 12:48:44 +0000 (08:48 -0400)
committerAlex Deucher <[email protected]>
Sat, 21 Oct 2017 20:53:10 +0000 (16:53 -0400)
Signed-off-by: Tom St Denis <[email protected]>
Acked-by: Andrey Grodzovsky <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index d8fcf24a041efd40e94a5fea6fd887202bb2fd8b..893213b9c11ea8f35364c10c00dd0e02c532e2d9 100644 (file)
@@ -598,10 +598,7 @@ static int dm_suspend(void *handle)
        WARN_ON(adev->dm.cached_state);
        adev->dm.cached_state = drm_atomic_helper_suspend(adev->ddev);
 
-       dc_set_power_state(
-               dm->dc,
-               DC_ACPI_CM_POWER_STATE_D3
-               );
+       dc_set_power_state(dm->dc, DC_ACPI_CM_POWER_STATE_D3);
 
        return ret;
 }