commit | 87d63352b49e421bb272dbb553bcf7db316c168f | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Tue Nov 06 12:04:39 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 07 13:53:03 2018 +0100 |
tree | 8c2b69a25e4cca77676b4458103df617d0b76582 | |
parent | 40a669739ac76e9076331397ed23592a8d66fb28 [diff] |
mei: flush queues by the host client only During queues flush, the me client in most cases is already unlinked hence the me client id is unavailable. The host client structure pointer is enough for identification. The function mei_cl_cmp_id() is dropped as it has no more usage. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>