commit | 781d0d89224bbbc438c2c0360cfd4822bb35d280 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Jan 08 23:07:22 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 08 16:40:46 2013 -0800 |
tree | ccda09fa57cd18a9f875bf46d0ce35b925cd9219 | |
parent | 1a1aca42c989051dce34d49b4e04a25dafe01d74 [diff] |
mei: normalize me host client linking routines In order we can use the same code pattern for in-kernel and user space host clients we replace mei_cl_link_to_me with mei_cl_link function. We then have to keep me client lookupout of the new link function. The unlinking cannot be yet symetric due to amthif connection handling Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>