From: Alex Deucher Date: Wed, 7 Jun 2017 18:22:48 +0000 (-0400) Subject: drm/amdgpu/gfx8: whitespace change X-Git-Tag: v4.14-rc1~484^2~24^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6b20c87696347c0a74f21fd18349c86e0ab4bc1;p=platform%2Fkernel%2Flinux-rpi.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 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 @@ 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);