Re: [PATCHv2] omap3: Check return values for clk_get()

2010-02-05 Thread Paul Walmsley
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 pr...@ti.com Thanks, queued for

[PATCHv2] omap3: Check return values for clk_get()

2010-01-28 Thread Sanjeev Premi
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 pr...@ti.com --- arch/arm/mach-omap2/clock34xx.c | 16 1 files

Re: [PATCHv2] omap3: Check return values for clk_get()

2010-01-28 Thread Kevin Hilman
Sanjeev Premi pr...@ti.com writes: 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 pr...@ti.com Acked-by: Kevin Hilman