staging: octeon: remove braces from single-line block
[linux-2.6-microblaze.git] / drivers / staging / octeon / ethernet-mdio.c
index 1bb91a9..b304910 100644 (file)
@@ -146,9 +146,8 @@ int cvm_oct_phy_setup_device(struct net_device *dev)
                goto no_phy;
 
        phy_node = of_parse_phandle(priv->of_node, "phy-handle", 0);
-       if (!phy_node && of_phy_is_fixed_link(priv->of_node)) {
+       if (!phy_node && of_phy_is_fixed_link(priv->of_node))
                phy_node = of_node_get(priv->of_node);
-       }
        if (!phy_node)
                goto no_phy;