From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gustavo A. R. Silva" Subject: Re: [PATCH] drm/amdgpu/gfx10: Fix missing break in switch statement Date: Mon, 22 Jul 2019 14:14:37 -0500 Message-ID: <8a539933-bb59-0204-58a9-ab54fa6b1c94@embeddedor.com> References: <20190721223949.GA13591@embeddedor> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Alex Deucher Cc: Hawking Zhang , Alex Deucher , =?UTF-8?Q?Christian_K=c3=b6nig?= , "David (ChunMing) Zhou" , David Airlie , Daniel Vetter , Kees Cook , Maling list - DRI developers , amd-gfx list , LKML List-Id: amd-gfx.lists.freedesktop.org On 7/22/19 2:12 PM, Alex Deucher wrote: > On Sun, Jul 21, 2019 at 6:39 PM Gustavo A. R. Silva > wrote: >> >> Add missing break statement in order to prevent the code from falling >> through to case AMDGPU_IRQ_STATE_ENABLE. >> >> This bug was found thanks to the ongoing efforts to enable >> -Wimplicit-fallthrough. >> >> Fixes: a644d85a5cd4 ("drm/amdgpu: add gfx v10 implementation (v10)") >> Cc: stable@vger.kernel.org >> Signed-off-by: Gustavo A. R. Silva > > Applied. Thanks! > Awesome! Glad to help. :) Thanks -- Gustavo