[WATCHDOG] Correct WDIOF_MAGICCLOSE flag
Make sure that when the WDIOF_MAGICCLOSE flag is set we also support the magic-close feature... Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
@ -93,7 +93,7 @@ static int expect_close;
|
||||
|
||||
static const struct watchdog_info ident = {
|
||||
.options = WDIOF_CARDRESET | WDIOF_SETTIMEOUT |
|
||||
WDIOF_KEEPALIVEPING,
|
||||
WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
||||
.identity = "SiByte Watchdog",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user