[U-Boot] [PATCH] fix lockup in mcfmii/mii_discover_phy() in case communication fails

w.wegner at astro-kom.de w.wegner at astro-kom.de
Tue Apr 6 11:15:09 CEST 2010


Hi,

I just sent another proposal having the for(...) in only two lines
by replacing the outer indentation level 
	if (phytype != 0xffff) {...
	}
to
	if (phytype == 0xffff)
		continue;

Any comments on this?

Regards,
Wolfgang



More information about the U-Boot mailing list