]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/sungem_phy.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[karo-tx-linux.git] / drivers / net / sungem_phy.c
index 4a4fac630337695793032f0aeb031cbdc6c6162b..d16880d7099b014916a408ac7682b9c748251ca7 100644 (file)
@@ -88,7 +88,7 @@ static int reset_one_mii_phy(struct mii_phy* phy, int phy_id)
        if ((val & BMCR_ISOLATE) && limit > 0)
                __phy_write(phy, phy_id, MII_BMCR, val & ~BMCR_ISOLATE);
 
-       return (limit <= 0);
+       return limit <= 0;
 }
 
 static int bcm5201_init(struct mii_phy* phy)