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