Commit ca8ce968 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[WATCHDOG] w83877f nowayout fixes from 2.4

parent 650009b9
......@@ -251,9 +251,9 @@ static int fop_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
{
static struct watchdog_info ident=
{
0,
1,
"W83877F"
.options = WDIOF_MAGICCLOSE,
.firmware_version = 1,
.identity = "W83877F"
};
switch(cmd)
......
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