On 6 February 2013 10:51, Sangsu Park <[email protected]> wrote: > Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. > This patch add clocks for I2S0 and PCM0 I/F. > > Signed-off-by: Sangsu Park <[email protected]> > --- > arch/arm/mach-exynos/Makefile | 1 + > arch/arm/mach-exynos/clock-audss.c | 64 > ++++++++++++++++++++++++++++++++++++ > 2 files changed, 65 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/mach-exynos/clock-audss.c > [snip] > diff --git a/arch/arm/mach-exynos/clock-audss.c > b/arch/arm/mach-exynos/clock-audss.c > new file mode 100644 > index 0000000..8260185 > --- /dev/null > +++ b/arch/arm/mach-exynos/clock-audss.c > @@ -0,0 +1,64 @@ [snip] > +static void __iomem *clk_audss_base = 0; > + > +static int exynos_clk_audss_ctrl(struct clk *clk, int enable) > +{ > + if (!clk_audss_base) > + return ENOMEM;
Return value should be negative (-ENOMEM). -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
