net/bnx2x: add switch fall-through comments
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 4 May 2017 15:38:15 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 16:36:42 +0000 (18:36 +0200)
commitf91e80c66c0330b55e5e66fb87b3eeeb79790ee8
treec4d3a28ccdbcfb6acb0ad6f937fd7d689be6080d
parent2fff4ff7b77d6b9054b9c894d0a78fe5ebd0d746
net/bnx2x: add switch fall-through comments

Add in a comment for each switch fall-through indicating that it is
intentional. This will fix compiler warnings with GCC 7.

Fixes: b5bf7719221d ("bnx2x: driver support routines")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/bnx2x/ecore_sp.c
drivers/net/bnx2x/elink.c