Commit 3e0b5757 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[WATCHDOG] sbc60xxwdt nowayout fixes from 2.4

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