Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36649
b: refs/heads/master
c: 1630b52
h: refs/heads/master
i:
  36647: 680dc43
v: v3
  • Loading branch information
Komal Shah authored and Tony Lindgren committed Sep 25, 2006
1 parent 10ff954 commit c7f5aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 709eb3e5ccb304dca011c41456da5ffd246d7271
refs/heads/master: 1630b52ddf4fc27e0dc421a57e4788bf9d3886cc
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c7f5aa3

Please sign in to comment.