Tomas Winkler dab9bf41b2 mei: me: fix waiting for hw ready
1. MEI_INTEROP_TIMEOUT is in seconds not in jiffies
so we use mei_secs_to_jiffies macro
While cold boot is fast this is relevant in resume
2. wait_event_interruptible_timeout can return with
-ERESTARTSYS so do not override it with -ETIMEDOUT
3.Adjust error message

Tested-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-07-23 19:31:35 -07:00
..
2013-05-21 09:39:56 -07:00
2013-04-11 12:39:01 -07:00
2013-07-23 19:31:33 -07:00
2013-06-17 16:43:09 -07:00
2013-01-08 16:40:45 -08:00
2013-07-23 19:31:35 -07:00
2013-03-15 11:10:48 -07:00
2013-03-29 08:32:21 -07:00
2013-05-30 21:44:41 +09:00
2013-04-10 18:56:53 -07:00
2013-06-13 22:31:06 -07:00
2013-06-17 11:54:25 -07:00