Re: [PATCH] net: thunderx: mark expected switch fall-throughs in nicvf_main()

2017-10-09 Thread David Miller
From: "Gustavo A. R. Silva" Date: Mon, 9 Oct 2017 11:44:53 -0500 > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Cc: Sunil Goutham > Cc: Robert Richter > Cc: linux-arm-ker...@lists.infradead.org > Cc: netdev@vger.kernel.org >

[PATCH] net: thunderx: mark expected switch fall-throughs in nicvf_main()

2017-10-09 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Cc: Sunil Goutham Cc: Robert Richter Cc: linux-arm-ker...@lists.infradead.org Cc: netdev@vger.kernel.org Signed-off-by: Gustavo A. R. Silva --- drivers/net/ethernet/cavium/thunder/nicvf