From: Rex Zhu Date: Wed, 16 Mar 2016 07:17:18 +0000 (+0800) Subject: drm/amdgpu: refine code for code style. X-Git-Tag: v4.7-rc1~77^2~23^2~149 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=70f0f5fbcfbe26246ac2f0687d6fb1ac9dd95f44;p=karo-tx-linux.git drm/amdgpu: refine code for code style. White space fix. Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c index 4440973f9f53..c306cb943e5f 100644 --- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c +++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c @@ -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;