ethernet:gmac: fix the bug that rtl8201F attach failed when clock input from rk SoC

This commit is contained in:
cz
2014-10-09 18:19:31 +08:00
parent c9fbe6fa51
commit ee17c55c6d

View File

@@ -244,7 +244,7 @@ static int gmac_clk_enable(bool enable) {
if (!IS_ERR(bsp_priv->clk_mac))
clk_prepare_enable(bsp_priv->clk_mac);
mdelay(5);
bsp_priv->clk_enable = true;
}
} else {