Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347983
b: refs/heads/master
c: 5235f57
h: refs/heads/master
i:
  347981: c172a6e
  347979: 58696c1
  347975: b8be081
  347967: d9d148d
v: v3
  • Loading branch information
Karicheri, Muralidharan authored and Wim Van Sebroeck committed Dec 19, 2012
1 parent 4219979 commit 689cbb8
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: 63fbbc169674496fc2ae501d97c3905232a3bf64
refs/heads/master: 5235f57a6f460d5620acfcf236ca29ecca993325
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/davinci_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int davinci_wdt_probe(struct platform_device *pdev)
if (WARN_ON(IS_ERR(wdt_clk)))
return PTR_ERR(wdt_clk);

clk_enable(wdt_clk);
clk_prepare_enable(wdt_clk);

if (heartbeat < 1 || heartbeat > MAX_HEARTBEAT)
heartbeat = DEFAULT_HEARTBEAT;
Expand Down Expand Up @@ -256,7 +256,7 @@ static int davinci_wdt_remove(struct platform_device *pdev)
wdt_mem = NULL;
}

clk_disable(wdt_clk);
clk_disable_unprepare(wdt_clk);
clk_put(wdt_clk);

return 0;
Expand Down

0 comments on commit 689cbb8

Please sign in to comment.