]> asedeno.scripts.mit.edu Git - linux.git/commit
net: macb: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:11:26 +0000 (18:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:19 +0000 (17:54 -0700)
commitb4bc39a3f666c3e93590aefbc00d94b95f80567f
tree9e22e28d12e2b46f2e945424cc8d4b7844ad4c22
parentbc171e87a7e29a41b119fdfccd378f7179b39c23
net: macb: Mark expected switch fall-through

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

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb_ptp.c