Merge branch 'fix/hda' into for-linus
[pandora-kernel.git] / drivers / net / sungem_phy.c
index 61843fd..78f8cee 100644 (file)
@@ -79,7 +79,7 @@ static int reset_one_mii_phy(struct mii_phy* phy, int phy_id)
 
        udelay(100);
 
-       while (limit--) {
+       while (--limit) {
                val = __phy_read(phy, phy_id, MII_BMCR);
                if ((val & BMCR_RESET) == 0)
                        break;