Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313574
b: refs/heads/master
c: f762470
h: refs/heads/master
v: v3
  • Loading branch information
Prashant Gaikwad authored and Stephen Warren committed Jun 12, 2012
1 parent aedd917 commit bde341c
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: 20de12ccf900d71eee1344adc7ae0dcd7db9b4ab
refs/heads/master: f762470b522014ce4ebda3ecac74eb6658da7d9d
4 changes: 2 additions & 2 deletions trunk/drivers/input/keyboard/tegra-kbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static int tegra_kbc_start(struct tegra_kbc *kbc)
unsigned int debounce_cnt;
u32 val = 0;

clk_enable(kbc->clk);
clk_prepare_enable(kbc->clk);

/* Reset the KBC controller to clear all previous status.*/
tegra_periph_reset_assert(kbc->clk);
Expand Down Expand Up @@ -556,7 +556,7 @@ static void tegra_kbc_stop(struct tegra_kbc *kbc)
disable_irq(kbc->irq);
del_timer_sync(&kbc->timer);

clk_disable(kbc->clk);
clk_disable_unprepare(kbc->clk);
}

static int tegra_kbc_open(struct input_dev *dev)
Expand Down

0 comments on commit bde341c

Please sign in to comment.