Am 07.06.2017 um 21:34 schrieb Alex Deucher:
Make it consistent.

Signed-off-by: Alex Deucher <[email protected]>

Reviewed-by: Christian König <[email protected]> for this one.

Acked-by: Christian König <[email protected]> for the rest in this series.

Regards,
Christian.

---
  drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 
b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index cfa37f1..8d39e7d 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 @@ 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);


_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to