]> 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)
commit57b5da283001fe7356b315a38cbd4ed66844ff0c
tree55cc96d57bafbb5631640d9de9653ce1f28d8cbf
parent53b3e2d1b4e7343d2bbae7314413fa61193a3282
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