diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index cacc0c7e8634..461d59044f1b 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -815,6 +815,7 @@ static int _init_interface_clks(struct omap_hwmod *oh) | |||
815 | pr_warning("omap_hwmod: %s: cannot clk_get interface_clk %s\n", | 815 | pr_warning("omap_hwmod: %s: cannot clk_get interface_clk %s\n", |
816 | oh->name, os->clk); | 816 | oh->name, os->clk); |
817 | ret = -EINVAL; | 817 | ret = -EINVAL; |
818 | continue; | ||
818 | } | 819 | } |
819 | os->_clk = c; | 820 | os->_clk = c; |
820 | /* | 821 | /* |
@@ -851,6 +852,7 @@ static int _init_opt_clks(struct omap_hwmod *oh) | |||
851 | pr_warning("omap_hwmod: %s: cannot clk_get opt_clk %s\n", | 852 | pr_warning("omap_hwmod: %s: cannot clk_get opt_clk %s\n", |
852 | oh->name, oc->clk); | 853 | oh->name, oc->clk); |
853 | ret = -EINVAL; | 854 | ret = -EINVAL; |
855 | continue; | ||
854 | } | 856 | } |
855 | oc->_clk = c; | 857 | oc->_clk = c; |
856 | /* | 858 | /* |