Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308232
b: refs/heads/master
c: 4e7b6c9
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Apr 25, 2012
1 parent 4288726 commit 6390e76
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: 60178b6329259457013d0e39cbee22aec0230dfb
refs/heads/master: 4e7b6c9a6b4700cf121a0d5924f193db83cbd008
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/imx2_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void imx2_wdt_start(void)
{
if (!test_and_set_bit(IMX2_WDT_STATUS_STARTED, &imx2_wdt.status)) {
/* at our first start we enable clock and do initialisations */
clk_enable(imx2_wdt.clk);
clk_prepare_enable(imx2_wdt.clk);

imx2_wdt_setup();
} else /* delete the timer that pings the watchdog after close */
Expand Down

0 comments on commit 6390e76

Please sign in to comment.