Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133773
b: refs/heads/master
c: f296b14
h: refs/heads/master
i:
  133771: 47cfc00
v: v3
  • Loading branch information
Wim Van Sebroeck committed Mar 25, 2009
1 parent 741aa18 commit 850097d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e455b6b4ed66be0c2aa6e41fd9027c1ce585a490
refs/heads/master: f296b14355a2d0cb170a85236ec391bb0a3fdb3a
5 changes: 4 additions & 1 deletion trunk/drivers/watchdog/rc32434_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#define PFX KBUILD_MODNAME ": "

#define VERSION "0.5"
#define VERSION "1.0"

static struct {
unsigned long inuse;
Expand Down Expand Up @@ -284,6 +284,9 @@ static int __devinit rc32434_wdt_probe(struct platform_device *pdev)

spin_lock_init(&rc32434_wdt_device.io_lock);

/* Make sure the watchdog is not running */
rc32434_wdt_stop();

/* Check that the heartbeat value is within it's range;
* if not reset to the default */
if (rc32434_wdt_set(timeout)) {
Expand Down

0 comments on commit 850097d

Please sign in to comment.