Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41408
b: refs/heads/master
c: 0835caa
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed Oct 23, 2006
1 parent 6b9b73b commit 72df253
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: 00b3b3e6605d7446cd410c7c9bb98f5336a15ca1
refs/heads/master: 0835caa2bf1933d5f41fd98e469107f4c00d547f
4 changes: 2 additions & 2 deletions trunk/drivers/char/watchdog/pc87413_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static int pc87413_release(struct inode *inode, struct file *file)

static int pc87413_status(void)
{
return 1; /* currently not supported */
return 0; /* currently not supported */
}

/**
Expand Down Expand Up @@ -626,7 +626,7 @@ MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);

module_param(io, int, 0);
MODULE_PARM_DESC(wdt_io, MODNAME " I/O port (default: " __MODULE_STRING(io) ").");
MODULE_PARM_DESC(io, MODNAME " I/O port (default: " __MODULE_STRING(io) ").");

module_param(timeout, int, 0);
MODULE_PARM_DESC(timeout, "Watchdog timeout in minutes (default=" __MODULE_STRING(timeout) ").");
Expand Down

0 comments on commit 72df253

Please sign in to comment.