]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
net: 3com: 3c574_cs: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Nov 2017 03:49:33 +0000 (21:49 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 10:10:06 +0000 (19:10 +0900)
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 114888
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/3c574_cs.c

index 48bc7fa0258c916b4c3f97a8c0c88c5ece419887..3044a6f35f04c0a358c80a7a608bf752683f92f0 100644 (file)
@@ -1046,6 +1046,7 @@ static int el3_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
        switch(cmd) {
        case SIOCGMIIPHY:               /* Get the address of the PHY in use. */
                data->phy_id = phy;
+               /* fall through */
        case SIOCGMIIREG:               /* Read the specified MII register. */
                {
                        int saved_window;