Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144495
b: refs/heads/master
c: d53eb73
h: refs/heads/master
i:
  144493: 8b949ad
  144491: 0d5ae5f
  144487: 8797733
  144479: 0d76fdf
v: v3
  • Loading branch information
Arun KS authored and paul committed Apr 24, 2009
1 parent 4062b31 commit 758b1c2
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: 9e53dd7180a1fd59a785dbfb9c633f01c96c388f
refs/heads/master: d53eb73795c55101453ea6ca4f486ea2ff7b0496
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap1/mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ static void omap1_mcbsp_request(unsigned int id)
*/
if (id == OMAP_MCBSP1 || id == OMAP_MCBSP3) {
if (dsp_use++ == 0) {
api_clk = clk_get(NULL, "api_clk");
dsp_clk = clk_get(NULL, "dsp_clk");
api_clk = clk_get(NULL, "api_ck");
dsp_clk = clk_get(NULL, "dsp_ck");
if (!IS_ERR(api_clk) && !IS_ERR(dsp_clk)) {
clk_enable(api_clk);
clk_enable(dsp_clk);
Expand Down

0 comments on commit 758b1c2

Please sign in to comment.