linux/drivers/misc/mei
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
..
amthif.c mei: make return values consistent across the driver 2014-02-28 15:15:57 -08:00
bus.c mei: don't of list_for_each_entry_safe when not deleting 2014-02-18 10:06:08 -08:00
client.c mei: make return values consistent across the driver 2014-02-28 15:15:57 -08:00
client.h mei: revamp writing slot counting 2014-02-28 15:15:57 -08:00
debugfs.c mei: export active connections to debugfs 2014-02-07 15:09:35 -08:00
hbm.c mei: make return values consistent across the driver 2014-02-28 15:15:57 -08:00
hbm.h mei: get rid of ext_msg 2014-02-14 11:12:46 -08:00
hw-me-regs.h mei: add 9 series PCH mei device ids 2013-12-05 09:48:23 -08:00
hw-me.c mei: make return values consistent across the driver 2014-02-28 15:15:57 -08:00
hw-me.h mei: revamp mei_data2slots 2013-03-15 11:10:48 -07:00
hw-txe-regs.h mei: txe: add hw-txe-regs.h header file 2014-02-07 15:08:46 -08:00
hw-txe.c mei: revamp writing slot counting 2014-02-28 15:15:57 -08:00
hw-txe.h mei: revamp writing slot counting 2014-02-28 15:15:57 -08:00
hw.h mei: hbm: revamp client connect and disconnection status 2014-02-18 10:05:07 -08:00
init.c mei: Remove all bus devices from the mei_dev list when stopping the MEI 2014-02-18 10:04:35 -08:00
interrupt.c mei: wd: fix stop completion failure 2014-02-28 15:15:57 -08:00
Kconfig mei: fix compilation error with missing WATCHDOG_CORE 2014-02-14 10:13:46 -08:00
main.c mei: make return values consistent across the driver 2014-02-28 15:15:57 -08:00
Makefile mei: txe: add Kbuild for TXE device 2014-02-07 15:08:46 -08:00
mei_dev.h mei: revamp writing slot counting 2014-02-28 15:15:57 -08:00
nfc.c mei: make return values consistent across the driver 2014-02-28 15:15:57 -08:00
pci-me.c mei: me: put pm callbacks under PM_SLEEP ifdef 2014-02-18 10:07:01 -08:00
pci-txe.c mei: txe: put pm callbacks under PM_SLEEP ifdef 2014-02-18 10:07:02 -08:00
wd.c mei: wd: fix stop completion failure 2014-02-28 15:15:57 -08:00