Re: [PATCH 2/2] liquidio: mark expected switch fall-through in octeon_destroy_resources

2017-10-19 Thread David Miller
From: "Gustavo A. R. Silva" Date: Tue, 17 Oct 2017 14:01:45 -0500 > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva Applied to net-next.

Re: [PATCH 2/2] liquidio: mark expected switch fall-through in octeon_destroy_resources

2017-10-18 Thread Felix Manlunas
On Tue, Oct 17, 2017 at 02:01:45PM -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva > --- > This code was tested by compilation only (GCC 7.2.0 was used). > Ple

[PATCH 2/2] liquidio: mark expected switch fall-through in octeon_destroy_resources

2017-10-17 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- This code was tested by compilation only (GCC 7.2.0 was used). Please, verify if the actual intention of the code is to fall through. drivers/net/e