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

2010-04-06 Thread Ben Warren
Hi Wolfgang, On 4/6/2010 2:13 AM, Wolfgang Wegner wrote: > Signed-off-by: Wolfgang Wegner > --- > modified formatting of inner for() loop and changed if(cond){...} to > if(!cond) continue; to avoid deep indentation. > > drivers/net/mcfmii.c | 45 +++-- >

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

2010-04-06 Thread Wolfgang Wegner
Signed-off-by: Wolfgang Wegner --- modified formatting of inner for() loop and changed if(cond){...} to if(!cond) continue; to avoid deep indentation. drivers/net/mcfmii.c | 45 +++-- 1 files changed, 23 insertions(+), 22 deletions(-) diff --git a/drive