aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-omap/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c
index f1aaa5519cf3..f55f99ae58ae 100644
--- a/arch/arm/plat-omap/gpio.c
+++ b/arch/arm/plat-omap/gpio.c
@@ -1006,7 +1006,7 @@ static int __init _omap_gpio_init(void)
1006 else 1006 else
1007 clk_enable(gpio_ick); 1007 clk_enable(gpio_ick);
1008 gpio_fck = clk_get(NULL, "gpios_fck"); 1008 gpio_fck = clk_get(NULL, "gpios_fck");
1009 if (IS_ERR(gpio_ick)) 1009 if (IS_ERR(gpio_fck))
1010 printk("Could not get gpios_fck\n"); 1010 printk("Could not get gpios_fck\n");
1011 else 1011 else
1012 clk_enable(gpio_fck); 1012 clk_enable(gpio_fck);