treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / ti / tlan.c
index 58623e974a0c0d1d915d440d6e4b3f5eb31f1bc6..76a342ea379727639f8ab02353a2b9fb23151161 100644 (file)
@@ -948,7 +948,7 @@ static int tlan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
        switch (cmd) {
        case SIOCGMIIPHY:               /* get address of MII PHY in use. */
                data->phy_id = phy;
-               /* fall through */
+               fallthrough;
 
 
        case SIOCGMIIREG:               /* read MII PHY register. */