]> asedeno.scripts.mit.edu Git - linux.git/commit
igb: e1000_phy: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:23:31 +0000 (18:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:20 +0000 (17:54 -0700)
commiteed05a094a0dd03f181d3fd65e4be375d88a582c
tree1f8e991e245cabe07e6e300c18775b492b1d129e
parentb9e0e23f918bafddaaf3b91b099f027679a77467
igb: e1000_phy: Mark expected switch fall-through

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

Addresses-Coverity-ID: 114800 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/igb/e1000_phy.c