]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: refine code for code style.
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 16 Mar 2016 07:17:18 +0000 (15:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 May 2016 19:24:43 +0000 (15:24 -0400)
White space fix.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vce_v2_0.c

index 4440973f9f530810235f66110bc852fe18b2dadb..c306cb943e5f2827c012e51590cd08b647e24756 100644 (file)
@@ -319,7 +319,7 @@ static void vce_v2_0_set_sw_cg(struct amdgpu_device *adev, bool gated)
                WREG32(mmVCE_UENC_REG_CLOCK_GATING, tmp);
 
                WREG32(mmVCE_CGTT_CLK_OVERRIDE, 0);
-    } else {
+       } else {
                tmp = RREG32(mmVCE_CLOCK_GATING_B);
                tmp |= 0xe7;
                tmp &= ~0xe70000;