mei: add mei_me_cl_by_uuid_id function
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 21 Aug 2014 11:29:15 +0000 (14:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 05:57:48 +0000 (22:57 -0700)
commitd880f3294d0576e79dfab4e2cd5a2eb62fe188f0
treea36fc7837df60ae8d004524f42c3fd0924c5ee75
parent25ca6472b590e87efba314892a76bd5629c8c989
mei: add mei_me_cl_by_uuid_id function

When handling dynamic clients there might be a race
scenario in which two me clients with the same me
address would be linked in the me clients list,
therefore we need to search by both uuid and me address.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/amthif.c
drivers/misc/mei/bus.c
drivers/misc/mei/client.c
drivers/misc/mei/client.h
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/nfc.c
drivers/misc/mei/wd.c