commit | cd51ed649fa4bd55c6a78db52b57260797ed56b4 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Dec 25 19:06:09 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:31:29 2013 -0800 |
tree | df36f6b385ed600ef714e4f813e61aedafcc2e1f | |
parent | 2efdf54603806cba681f7a09ec6c6205bddfd9a9 [diff] |
mei: simplify preparing client host bus messages Define a new parent type mei_hbm_cl_cmd for hbm commands that are sent on behalf of specific ME client. This allows us compacting boilerplate code via mei_hbm_cl_hdr function Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>