From: Alex Deucher Date: Wed, 7 Jun 2017 18:22:48 +0000 (-0400) Subject: drm/amdgpu/gfx8: whitespace change X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6b20c87696347c0a74f21fd18349c86e0ab4bc1;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drm/amdgpu/gfx8: whitespace change Make it consistent. Reviewed-by: Alex Xie Signed-off-by: Alex Deucher --- 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);