Re: [PATCH] drm/amdgpu: cleanup gmc_v9_0_process_interrupt

2020-10-28 Thread Deucher, Alexander
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Christian König Sent: Wednesday, October 28, 2020 9:49 AM To: amd-gfx@lists.freedesktop.org Subject: [PATCH] drm/amdgpu: cleanup

[PATCH] drm/amdgpu: cleanup gmc_v9_0_process_interrupt

2020-10-28 Thread Christian König
First of all don't snprintf into a char buffer allocated on the stack with a constant hubname. Then cleanup to exit the function early in case of a ratelimit or SRIOV. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 183 +- 1 file changed, 91