commit | e035d8f787b1de664fcac5eb84643f8c374284c4 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Jul 17 15:04:12 2016 -0700 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Jul 19 10:09:12 2016 +0200 |
tree | 6f1390f992e670d0080c4b0726ccdba91b055ad7 | |
parent | 90b826f17a4e1c4ff2b3ef69512a6409e94f4d64 [diff] |
watchdog: sbsa: Drop status function The watchdog status function is supposed to return WDIOF_ flags, not internal status flags. The available WDIOF_ flags are now returned by the watchdog core, so the status function in this driver is unnecessary. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>