dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] ARM: OMAP: Check gpio_fck not gpio_ick

Check gpio_fck not gpio_ick.

Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Komal Shah 2006-09-25 12:51:08 +03:00 committed by Tony Lindgren
parent 709eb3e5cc
commit 1630b52ddf
1 changed files with 1 additions and 1 deletions

View File

@ -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);