Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296024
b: refs/heads/master
c: bcab501
h: refs/heads/master
v: v3
  • Loading branch information
Richard Zhao authored and Sascha Hauer committed Feb 1, 2012
1 parent 85ec7de commit 528cceb
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: 8f33eed0844d41f2cc3e0d38f866041590c0fbe1
refs/heads/master: bcab50102c203927b66431b4467867bb5e104274
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void mxc_restart(char mode, const char *cmd)

clk = clk_get_sys("imx2-wdt.0", NULL);
if (!IS_ERR(clk))
clk_enable(clk);
clk_prepare_enable(clk);
wcr_enable = (1 << 2);
}

Expand Down

0 comments on commit 528cceb

Please sign in to comment.