Re: [PATCH v2 1/9] ARM/ASoC: omap-mcbsp: Move OMAP2+ clock parenting code to ASoC driver

2012-08-13 Thread Peter Ujfalusi
On 08/13/2012 06:35 PM, Russell King - ARM Linux wrote: > I know the same error is in the original code, but let's stop propagating > it. IS_ERR() only here please. I have overlooked this. I'll include the fix in v3. -- Péter -- To unsubscribe from this list: send the line "unsubscribe linux-om

Re: [PATCH v2 1/9] ARM/ASoC: omap-mcbsp: Move OMAP2+ clock parenting code to ASoC driver

2012-08-13 Thread Russell King - ARM Linux
On Mon, Aug 13, 2012 at 05:22:40PM +0300, Peter Ujfalusi wrote: > + fck_src = clk_get(mcbsp->dev, src); > + if (IS_ERR_OR_NULL(fck_src)) { I know the same error is in the original code, but let's stop propagating it. IS_ERR() only here please. -- To unsubscribe from this list: send the li

[PATCH v2 1/9] ARM/ASoC: omap-mcbsp: Move OMAP2+ clock parenting code to ASoC driver

2012-08-13 Thread Peter Ujfalusi
Move the McBSP CLKS re-parenting code to ASoC driver from arch/arm/mach-omap2. The call fort the re-parenting has been already limited to OMAP2+ SoC in the ASoC driver. There is no longer need to have callback function for it. Signed-off-by: Peter Ujfalusi Acked-by: Jarkko Nikula --- arch/arm/m