Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26797
b: refs/heads/master
c: 655516c
h: refs/heads/master
i:
  26795: 46883ac
v: v3
  • Loading branch information
Ben Dooks authored and Wim Van Sebroeck committed May 15, 2006
1 parent 5e9fcbf commit 3f0314e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03a8e359cf760a876f4da9b5c0c165c49564f95a
refs/heads/master: 655516c80ccb3ab2ba2d3063715889b00552a8b3
6 changes: 6 additions & 0 deletions trunk/drivers/char/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,12 @@ static int s3c2410wdt_probe(struct platform_device *pdev)
if (tmr_atboot && started == 0) {
printk(KERN_INFO PFX "Starting Watchdog Timer\n");
s3c2410wdt_start();
} else if (!tmr_atboot) {
/* if we're not enabling the watchdog, then ensure it is
* disabled if it has been left running from the bootloader
* or other source */

s3c2410wdt_stop();
}

return 0;
Expand Down

0 comments on commit 3f0314e

Please sign in to comment.