commit | ebe06e826faed9d710c3d49fe336c74b5f3a5f2a | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Wed Jan 18 19:25:01 2012 +0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Fri Jan 27 09:55:04 2012 +0100 |
tree | 0e9978a29da94a690c3d83f8ee45387f32cd1bd6 | |
parent | 2865e770c9dddd40676eadf7c3dfe80aee7628e4 [diff] |
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>