Commit cd7b8007 authored by Andrew Morton's avatar Andrew Morton Committed by Wim Van Sebroeck

[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog-fix

Add fixed timeout comments

Cc: Andrey Panin <pazke@donpac.ru>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent d532134d
......@@ -267,7 +267,10 @@ static int asr_ioctl(struct inode *inode, struct file *file,
asr_toggle();
return 0;
/*
* The hardware has a fixed timeout value, so WDIOC_SETTIMEOUT
* is a noop and WDIOC_GETTIMEOUT always returns 256.
*/
case WDIOC_SETTIMEOUT:
if (get_user(heartbeat, p))
return -EFAULT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment