commit | 8fc85c25c1f3f05ccc147af4c470c911afc54998 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Aug 07 18:16:07 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 07 17:54:19 2018 -0700 |
tree | 674bb4e01926eeadf1760f24a5ebf2aa98a32cc9 | |
parent | 10c7666e70d979d78bf6b8c1b6ab6dd68cd0d96b [diff] |
net: tulip: de4x5: mark expected switch fall-throughs In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 114784 ("Missing break in switch") Addresses-Coverity-ID: 114785 ("Missing break in switch") Addresses-Coverity-ID: 114786 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>