Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299494
b: refs/heads/master
c: 4659b7f
h: refs/heads/master
v: v3
  • Loading branch information
Robert Lee authored and Sascha Hauer committed Apr 18, 2012
1 parent 4698a3a commit c36a3da
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: de1de1594faac901670356e09c8c42b73e35ebbf
refs/heads/master: 4659b7f1fa3eb33a8f9a9dd209a5823602dc6dcf
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/mm-imx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static void imx5_idle(void)
}
clk_enable(gpc_dvfs_clk);
mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);
if (tzic_enable_wake() != 0)
if (!tzic_enable_wake())
cpu_do_idle();
clk_disable(gpc_dvfs_clk);
}
Expand Down

0 comments on commit c36a3da

Please sign in to comment.