Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305889
b: refs/heads/master
c: 5f2430f
h: refs/heads/master
i:
  305887: a89f2b3
v: v3
  • Loading branch information
Hans de Goede authored and Wim Van Sebroeck committed May 23, 2012
1 parent 37d90f7 commit dbfbce7
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: abcf834b80eefb2ded56254ce7de94d2ab258d22
refs/heads/master: 5f2430f554aabb4810b2a6f906be571ac1241d96
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int s3c2410wdt_set_heartbeat(struct watchdog_device *wdd, unsigned timeou
writel(count, wdt_base + S3C2410_WTDAT);
writel(wtcon, wdt_base + S3C2410_WTCON);

wdd->timeout = timeout;
wdd->timeout = (count * divisor) / freq;

return 0;
}
Expand Down

0 comments on commit dbfbce7

Please sign in to comment.