Tomas Winkler 5877255dc5 mei: wd: fix stop completion failure
While running Documentation/watchdog/src/watchdog-simple.c
and quiting by Ctrl-C, fallowing error is displayed:
mei_me 0000:00:16.0: wd: stop failed to complete ret=-512.

The whatchdog core framework is not able to propagate
-ESYSRESTART or -EINTR. Also There is no much sense in
restarting the close system call so instead of using
wait_event_interruptible_timeout we can use wait_event_timeout
with reasonable 10 msecs timeout.

Reported-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-28 15:15:57 -08:00
..
2014-02-20 12:46:24 -08:00
2014-02-24 13:33:45 -08:00
2014-02-18 08:09:40 -08:00
2014-02-14 10:40:47 +01:00
2014-02-21 23:57:33 +01:00
2014-02-18 08:09:40 -08:00
2014-02-21 09:55:32 -08:00
2014-02-28 15:15:57 -08:00
2014-02-20 12:46:24 -08:00
2014-02-14 10:32:28 -08:00
2014-01-15 14:51:22 -08:00
2014-01-27 08:15:51 -08:00
2014-02-23 10:39:21 -08:00
2014-02-18 08:09:40 -08:00
2014-01-22 22:24:35 -08:00
2014-02-18 08:09:40 -08:00
2014-02-12 12:28:05 -08:00
2014-02-15 11:55:28 -08:00
2014-02-15 11:55:28 -08:00