]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options
authorAxel Lin <axel.lin@gmail.com>
Wed, 18 Jan 2012 11:25:01 +0000 (19:25 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 27 Jan 2012 08:55:04 +0000 (09:55 +0100)
commit67e876203a7b1f71094e91ea6cff8e362c94af9d
tree0e9978a29da94a690c3d83f8ee45387f32cd1bd6
parent9d7a104eb7ae96d423cc183290aa3aaf1d3ebded
watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options

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

Current code has reverse behavior.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/wm8350_wdt.c