Re: [PATCH] drm/amdgpu: consolidate case statements

2021-09-29 Thread Christian König
Am 29.09.21 um 19:45 schrieb Alex Deucher: IP_VERSION(11, 0, 13) does the exact same thing as IP_VERSION(11, 0, 12) so squash them together. Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 7 --- 1 file changed, 7 deletions(-) d

[PATCH] drm/amdgpu: consolidate case statements

2021-09-29 Thread Alex Deucher
IP_VERSION(11, 0, 13) does the exact same thing as IP_VERSION(11, 0, 12) so squash them together. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/