commit | d0684c8a9354953efdea214b437445c00743cf49 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Feb 28 13:12:17 2016 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Mar 16 21:11:16 2016 +0100 |
tree | 0442757196b7ee3e169846a4ef1fa13249870566 | |
parent | ee142889e32f564f9b5e57b68b06693ec5473074 [diff] |
watchdog: Make stop function optional Not all hardware watchdogs can be stopped. The driver for such watchdogs would typically only set the WATCHDOG_HW_RUNNING flag in its stop function. Make the stop function optional and set WATCHDOG_HW_RUNNING in the watchdog core if it is not provided. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>