Re: [PATCH] drm/amdgpu: fix a missing break in a switch statement

2019-06-28 Thread Abramov, Slava
...@lists.freedesktop.org Cc: kernel-janit...@vger.kernel.org; linux-ker...@vger.kernel.org Subject: [PATCH] drm/amdgpu: fix a missing break in a switch statement From: Colin Ian King Currently for the AMDGPU_IRQ_STATE_DISABLE there is a missing break causing the code to fall through to the

[PATCH] drm/amdgpu: fix a missing break in a switch statement

2019-06-28 Thread Colin King
From: Colin Ian King Currently for the AMDGPU_IRQ_STATE_DISABLE there is a missing break causing the code to fall through to the AMDGPU_IRQ_STATE_ENABLE case. Fix this by adding in the missing break statement. Addresses-Coverity: ("Missing break in switch") Fixes: a644d85a5cd4 ("drm/amdgpu: add