[PATCH] powerpc: Remove extra semicolon in fsl_soc.c (2nd try)

2009-03-15 Thread Johns Daniel
TSEC/MDIO will not work with older device trees because of a semicolon at the end of a macro resulting in an empty for loop body. This fix only applies to 2.6.28; this code is gone in 2.6.29, according to Grant Likely! Signed-off-by: Johns Daniel johns.dan...@gmail.com

Re: [PATCH] powerpc: Remove extra semicolon in fsl_soc.c (2nd try)

2009-03-14 Thread Grant Likely
On Sat, Mar 14, 2009 at 9:03 AM, Johns Daniel jdan...@computer.org wrote: TSEC/MDIO will not work with older device trees because of a semicolon at the end of a macro resulting in an empty for loop body. This fix only applies to 2.6.28; this code is gone in 2.6.29, according to Grant Likely!