提交 cd7b8007 编写于 作者: A Andrew Morton 提交者: 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: NWim Van Sebroeck <wim@iguana.be>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册