On Mon, Aug 3, 2015 at 7:06 AM, Peng Fan <[email protected]> wrote:
> - reg = readl(&anatop->pll_enet);
> - reg &= ~BM_ANADIG_PLL_ENET_DIV_SELECT;
> - reg |= freq;
> + if (0 == fec_id) {
Could you please use 'if (fec_id == 0)'.
Same applies below.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

