]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/amd8111e.c
potential parse error in ifdef
[linux-2.6-omap-h63xx.git] / drivers / net / amd8111e.c
index 675fe918421b69ca171964e9e0f41581d2601a8b..84b81642011ca9321c8e9f96d2ec91fc0296614c 100644 (file)
@@ -155,7 +155,7 @@ This function will write into PHY registers.
 */
 static int amd8111e_write_phy(struct amd8111e_priv* lp,int phy_id, int reg, u32 val)
 {
-       unsigned int repeat = REPEAT_CNT
+       unsigned int repeat = REPEAT_CNT;
        void __iomem *mmio = lp->mmio;
        unsigned int reg_val;