Am 07.06.2017 um 21:34 schrieb Alex Deucher: > Make it consistent. > > Signed-off-by: Alex Deucher <alexander.deucher at amd.com> Reviewed-by: Christian König <christian.koenig at amd.com> for this one. Acked-by: Christian König <christian.koenig at amd.com> 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);