On Thu, 28 Jan 2010, Sanjeev Premi wrote: > This patch checks if clk_get() returned success for > the clocks used in function omap2_clk_arch_init(). > > This version incorporates review comments from > Kevin Hilman and Paul Walmsley. > > Signed-off-by: Sanjeev Premi <premi@xxxxxx> Thanks, queued for 2.6.34 with one change: > --- > arch/arm/mach-omap2/clock34xx.c | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c > index 1f1b5a6..ad09f04 100644 > --- a/arch/arm/mach-omap2/clock34xx.c > +++ b/arch/arm/mach-omap2/clock34xx.c > @@ -184,6 +185,7 @@ static int __init omap3xxx_clk_arch_init(void) > { > struct clk *osc_sys_ck, *dpll1_ck, *arm_fck, *core_ck; > unsigned long osc_sys_rate; > + bool err = 0 ; There should not be a space before the semicolon in the above line and so the space has been removed. > > if (!cpu_is_omap34xx()) > return 0; - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html