]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu: Cleanup gmc_v9_0_suspend()
authorTom St Denis <tom.stdenis@amd.com>
Fri, 1 Sep 2017 13:55:04 +0000 (09:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Sep 2017 16:51:24 +0000 (12:51 -0400)
commitb968233ca5ec8354ebe7b44ccb46e48c6ce95842
tree55cc96d57bafbb5631640d9de9653ce1f28d8cbf
parentec57c858a5ce12b3598a36913b1aa9d4cc02a745
drm/amd/amdgpu: Cleanup gmc_v9_0_suspend()

Even though fini returns 0 always it could theoretically
fail in the future.  Might as well return it instead of 0.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c