Messages in this thread |  | | Date | Mon, 23 Nov 2020 16:48:50 -0600 | From | "Gustavo A. R. Silva" <> | Subject | Re: [PATCH 037/141] Input: pcspkr - Fix fall-through warnings for Clang |
| |
On Sun, Nov 22, 2020 at 10:15:55PM -0800, Dmitry Torokhov wrote: > On Fri, Nov 20, 2020 at 12:30:02PM -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 just 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> > > Applied, thank you.
Thanks, Dmitry. -- Gustavo
|  |