Messages in this thread |  | | Date | Mon, 23 Nov 2020 16:57:47 -0600 | From | "Gustavo A. R. Silva" <> | Subject | Re: [PATCH 079/141] drm: Fix fall-through warnings for Clang |
| |
On Sun, Nov 22, 2020 at 11:03:22PM +0100, Sam Ravnborg wrote: > Hi Gustavo, > On Fri, Nov 20, 2020 at 12:35:17PM -0600, Gustavo A. R. Silva wrote: > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > > by explicitly adding a break statement instead of letting the code fall > > through to the next case. > > > > Link: https://github.com/KSPP/linux/issues/115 > > Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> > > thanks, applied to drm-misc-next.
Thanks, Sam. -- Gustavo
|  |