]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options
authorAxel Lin <axel.lin@gmail.com>
Wed, 18 Jan 2012 11:26:43 +0000 (19:26 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 27 Jan 2012 08:55:13 +0000 (09:55 +0100)
commit9fe5dacadf1ee923402e8834680ca911e102c1db
tree66dc98d6f5497b6d8db6433b6297c85a1e058c7a
parentb5717538449a188f90eef51959d6168c4d7e55d1
watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options

While receiving WDIOS_DISABLECARD option for WDIOC_SETOPTIONS command,
call wafwdt_stop() to disable watchdog.
Call wafwdt_start() while receiving WDIOS_ENABLECARD option.

Current code has reverse behavior.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/wafer5823wdt.c