Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6b20c87 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/gfx8: whitespace change



Make it consistent.

Reviewed-by: default avatarAlex Xie <AlexBin.Xie@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5e7c8b06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -859,7 +859,8 @@ static int gfx_v8_0_ring_test_ib(struct amdgpu_ring *ring, long timeout)
}


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);