summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
diff options
context:
space:
mode:
authorAlex Deucher2017-06-07 20:22:48 +0200
committerAlex Deucher2017-06-08 00:01:49 +0200
commitd6b20c87696347c0a74f21fd18349c86e0ab4bc1 (patch)
tree649db654b5e84a69738c5c56fa134b5b89a9d0c9 /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
parentdrm/amdgpu/gfx9: Raven has two MECs (diff)
downloadkernel-qcow2-linux-d6b20c87696347c0a74f21fd18349c86e0ab4bc1.tar.gz
kernel-qcow2-linux-d6b20c87696347c0a74f21fd18349c86e0ab4bc1.tar.xz
kernel-qcow2-linux-d6b20c87696347c0a74f21fd18349c86e0ab4bc1.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c3
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:
}
-static void gfx_v8_0_free_microcode(struct amdgpu_device *adev) {
+static void gfx_v8_0_free_microcode(struct amdgpu_device *adev)
+{
release_firmware(adev->gfx.pfp_fw);
adev->gfx.pfp_fw = NULL;
release_firmware(adev->gfx.me_fw);