提交 1630b52d 编写于 作者: K Komal Shah 提交者: Tony Lindgren

[PATCH] ARM: OMAP: Check gpio_fck not gpio_ick

Check gpio_fck not gpio_ick.
Signed-off-by: NKomal Shah <komal_shah802003@yahoo.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 709eb3e5
......@@ -1006,7 +1006,7 @@ static int __init _omap_gpio_init(void)
else
clk_enable(gpio_ick);
gpio_fck = clk_get(NULL, "gpios_fck");
if (IS_ERR(gpio_ick))
if (IS_ERR(gpio_fck))
printk("Could not get gpios_fck\n");
else
clk_enable(gpio_fck);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册