From: "Gustavo A. R. Silva"
Date: Wed, 23 Jan 2019 01:53:28 -0600
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases
> where we are expecting to fall through.
>
> This patch fixes the following warnings:
>
> drivers/net/ethernet/brocade/bna/bfa_ioc.c:790:3: warning: this sta
ller
> Cc: netdev@vger.kernel.org; linux-ker...@vger.kernel.org; Gustavo A. R. Silva
>
> Subject: [PATCH net-next] bna: Mark expected switch fall-throughs
>
> External Email
>
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we
> are expecting
etdev@vger.kernel.org; linux-ker...@vger.kernel.org; Gustavo A. R. Silva
>
> Subject: [PATCH net-next] bna: Mark expected switch fall-throughs
>
> External Email
>
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we
> are expecting to fall th
net-next] bna: Mark expected switch fall-throughs
External Email
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we
are expecting to fall through.
This patch fixes the following warnings:
drivers/net/ethernet/brocade/bna/bfa_ioc.c:790:3: warning: this statement may
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
This patch fixes the following warnings:
drivers/net/ethernet/brocade/bna/bfa_ioc.c:790:3: warning: this statement may
fall through [-Wimplicit-fallthrough=]
drivers/net/ethernet/brocade/