commit | e7d162faa6d067777548cb98d55206cf7cd3438e | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Fri Dec 25 16:01:41 2015 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Dec 29 20:36:02 2015 +0100 |
tree | fe4c3c54833ce1f7bc8011b163b536ba49333267 | |
parent | 32ecc6392654a0db34b310e8924b5b2c3b8bf503 [diff] |
watchdog: diag288: Stop re-using watchdog core internal flags A watchdog driver should not use watchdog subsystem internal flags. Use a driver variable and flag instead to maintain the watchdog state and to determine if a suspend operation is possible or not. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>