Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328444
b: refs/heads/master
c: ce6b658
h: refs/heads/master
v: v3
  • Loading branch information
Murali Karicheri authored and Linus Walleij committed Aug 31, 2012
1 parent 9d8af26 commit 1be0da8
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: 1c4fe3aa98aebdcc7406dbf6e54b7b1b125dbbf3
refs/heads/master: ce6b658dc040cf4aa3a30f56115e81d15d91596e
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int __init davinci_gpio_irq_setup(void)
PTR_ERR(clk));
return PTR_ERR(clk);
}
clk_enable(clk);
clk_prepare_enable(clk);

/* Arrange gpio_to_irq() support, handling either direct IRQs or
* banked IRQs. Having GPIOs in the first GPIO bank use direct
Expand Down

0 comments on commit 1be0da8

Please sign in to comment.