aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/prm_common.c')
-rw-r--r--arch/arm/mach-omap2/prm_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c
index 6832a31e9a70..7add7994dbfc 100644
--- a/arch/arm/mach-omap2/prm_common.c
+++ b/arch/arm/mach-omap2/prm_common.c
@@ -798,7 +798,7 @@ int __init omap_prcm_init(void)
798 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { 798 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) {
799 data = match->data; 799 data = match->data;
800 800
801 ret = omap2_clk_provider_init(np, data->index, data->mem); 801 ret = omap2_clk_provider_init(np, data->index, NULL, data->mem);
802 if (ret) 802 if (ret)
803 return ret; 803 return ret;
804 } 804 }