Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323024
b: refs/heads/master
c: 609455f
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Dmitry Torokhov committed Sep 5, 2012
1 parent 4f4cc80 commit 89aff9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 037a833ed05a86d01ea27a2c32043b86c549be1b
refs/heads/master: 609455f481772c5a875b88e860a2ee0e2f25ebf0
4 changes: 2 additions & 2 deletions trunk/drivers/input/keyboard/imx_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,9 @@ static int __devinit imx_keypad_probe(struct platform_device *pdev)
input_set_drvdata(input_dev, keypad);

/* Ensure that the keypad will stay dormant until opened */
clk_enable(keypad->clk);
clk_prepare_enable(keypad->clk);
imx_keypad_inhibit(keypad);
clk_disable(keypad->clk);
clk_disable_unprepare(keypad->clk);

error = request_irq(irq, imx_keypad_irq_handler, 0,
pdev->name, keypad);
Expand Down

0 comments on commit 89aff9e

Please sign in to comment.