treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / 3com / 3c574_cs.c
index bd0ada4e81b0f0c7495e6a38173593d08934ffc4..f66e7fb9a2bb9357884389c47cadbe43cf7b9e93 100644 (file)
@@ -1046,7 +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 */
+               fallthrough;
        case SIOCGMIIREG:               /* Read the specified MII register. */
                {
                        int saved_window;