Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Browse files Browse the repository at this point in the history
* master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
  [WATCHDOG] machzwd warning fix
  • Loading branch information
Linus Torvalds committed Feb 19, 2007
2 parents cb553c4 + 420cff5 commit 2aa6eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/watchdog/machzwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static int zf_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
return put_user(0, p);

case WDIOC_KEEPALIVE:
zf_ping(NULL);
zf_ping(0);
break;

default:
Expand Down

0 comments on commit 2aa6eb3

Please sign in to comment.