commit | 3870c3206b96c900ce29c8068bd5ad46fae71f5b | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Nov 01 21:17:14 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 01 12:31:19 2012 -0700 |
tree | fdf26b80c5b67b758afbe7d1d4814b2f8f56b843 | |
parent | b0d0cf77e72a9d233015f8f21e9dfc9d9b5d0711 [diff] |
mei: normalize timeouts definitions 1. The hardware book defines timeouts in seconds so we stick to this and define the wrapper function mei_secs_to_jiffies around msecs_to_jiffies to use be used instead multiplying by HZ 2. We add name space prefix MEI_ to all timer defines Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>