commit | 12f45ed414c8d2eac1a98bf2deaf4117e8c0324f | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Aug 21 14:29:18 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 22:57:48 2014 -0700 |
tree | fead16c23e9916ee9db645c5ad3c2ff9e2a74361 | |
parent | 5a8373fba0ab2cec8d206747ad60ca4a30821a37 [diff] |
mei: revamp connect and disconnect response handling Both responses have same flow only the client status update is different. We introduce handler mei_hbm_cl_res() that handles both responses Also we use per client wait queue (cl->wait) rather then global dev->wait_recvd_msg Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>