nfp: flower-ct: Fix fall-through warning for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 12 Jul 2021 05:47:57 +0000 (00:47 -0500)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 12 Jul 2021 05:47:57 +0000 (00:47 -0500)
commit4020f26b368c3e72450afedaefc2fd07ba301d20
treec02d71f855df1f837aa8f9ce94f0fb2e1540ac91
parentd5c9d0a207f4c61734ccd4b51818788e8b86296a
nfp: flower-ct: Fix fall-through warning for Clang

In preparation to enable -Wimplicit-fallthrough for Clang, fix the
following warning by explicitly adding a break statement:

drivers/net/ethernet/netronome/nfp/flower/conntrack.c:1175:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
drivers/net/ethernet/netronome/nfp/flower/conntrack.c