]> git.karo-electronics.de Git - linux-beck.git/commit
drm/amdgpu: fix coding style in amdgpu_job_free
authorChristian König <christian.koenig@amd.com>
Wed, 18 May 2016 11:09:47 +0000 (13:09 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 18:50:52 +0000 (14:50 -0400)
commit1ab0d211f3b81464f82caccd58f3f8204ad72c97
tree688863038236b293b670733b9ed2c11f2fbd2c1f
parent20df080da27e368eea04e5d69d4c7292f8425281
drm/amdgpu: fix coding style in amdgpu_job_free

Ther should be a new line between code and decleration.
Also use amdgpu_ib_free() instead of releasing the member manually.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Monk.Liu <monk.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c