Re: [PATCH 060/141] habanalabs: Fix fall-through warnings for Clang

2020-11-23 Thread Gustavo A. R. Silva
On Sat, Nov 21, 2020 at 02:34:23PM +0200, Oded Gabbay wrote: > On Fri, Nov 20, 2020 at 8:33 PM Gustavo A. R. Silva > wrote: > > > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > > by explicitly adding a fallthrough pseudo-keyword instead of letting the > > code fall th

Re: [PATCH 060/141] habanalabs: Fix fall-through warnings for Clang

2020-11-21 Thread Oded Gabbay
On Fri, Nov 20, 2020 at 8:33 PM Gustavo A. R. Silva wrote: > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > by explicitly adding a fallthrough pseudo-keyword instead of letting the > code fall through to the next case. > > Link: https://github.com/KSPP/linux/issues/11

[PATCH 060/141] habanalabs: Fix fall-through warnings for Clang

2020-11-20 Thread Gustavo A. R. Silva
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a fallthrough pseudo-keyword 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 --- drivers/misc/habanalabs/gaud