]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/phy/ti/phy-gmii-sel.c
phy: ti: fix semicolon.cocci warnings
[linux.git] / drivers / phy / ti / phy-gmii-sel.c
index 04ebf53d2b325cfc5d4678613657362680d696db..77fdaa5519772f55df8deafccbee86a8304b17a0 100644 (file)
@@ -88,7 +88,7 @@ static int phy_gmii_sel_mode(struct phy *phy, enum phy_mode mode, int submode)
                         "port%u: unsupported mode: \"%s\". Defaulting to MII.\n",
                         if_phy->id, phy_modes(rgmii_id));
                return -EINVAL;
-       };
+       }
 
        if_phy->phy_if_mode = submode;