Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchdog: core: fix WDIOC_GETSTATUS return value
In commit 7a87982 we added a wrapper for the WDIOC_GETSTATUS ioctl call. The code results however in a different behaviour: it returns an error if the driver doesn't support the status operation. This is not according to the API that says that when we don't support the status operation, that we just should return a 0 value. Only when the device isn't there anymore, we should return an error. Signed-off-by: Wim Van Sebroeck <[email protected]>
- Loading branch information