]> asedeno.scripts.mit.edu Git - linux.git/commit
mei: flush queues by the host client only
authorAlexander Usyskin <alexander.usyskin@intel.com>
Tue, 6 Nov 2018 10:04:39 +0000 (12:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 12:53:03 +0000 (13:53 +0100)
commit87d63352b49e421bb272dbb553bcf7db316c168f
tree8c2b69a25e4cca77676b4458103df617d0b76582
parent40a669739ac76e9076331397ed23592a8d66fb28
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>
drivers/misc/mei/client.c