]> git.baikalelectronics.ru Git - kernel.git/commit
net: dp83640: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 9 Aug 2018 15:08:24 +0000 (10:08 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Aug 2018 18:28:34 +0000 (11:28 -0700)
commit779514771da8ceb7d57b1a09e2525d0d392c3194
tree06575bdeb925eea23678c954a73f75334e370d29
parentf135005b69af9537269e269cc24f3f491e9967f2
net: dp83640: Mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Notice that in this particular case, I replaced the code comment at the
top of the switch statement with a proper "fall through" annotation for
each case, which is what GCC is expecting to find.

Addresses-Coverity-ID: 1056542 ("Missing break in switch")
Addresses-Coverity-ID: 1339579 ("Missing break in switch")
Addresses-Coverity-ID: 1369526 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/dp83640.c