diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-06-07 14:22:48 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-06-07 18:01:49 -0400 |
commit | d6b20c87696347c0a74f21fd18349c86e0ab4bc1 (patch) | |
tree | 649db654b5e84a69738c5c56fa134b5b89a9d0c9 | |
parent | 5e7c8b067621256ef961242928e0819e5936e4c1 (diff) |
drm/amdgpu/gfx8: whitespace change
Make it consistent.
Reviewed-by: Alex Xie <AlexBin.Xie@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index cfa37f1ba06d..8d39e7d3dcce 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |||
@@ -859,7 +859,8 @@ err1: | |||
859 | } | 859 | } |
860 | 860 | ||
861 | 861 | ||
862 | static void gfx_v8_0_free_microcode(struct amdgpu_device *adev) { | 862 | static void gfx_v8_0_free_microcode(struct amdgpu_device *adev) |
863 | { | ||
863 | release_firmware(adev->gfx.pfp_fw); | 864 | release_firmware(adev->gfx.pfp_fw); |
864 | adev->gfx.pfp_fw = NULL; | 865 | adev->gfx.pfp_fw = NULL; |
865 | release_firmware(adev->gfx.me_fw); | 866 | release_firmware(adev->gfx.me_fw); |