commit | d880f3294d0576e79dfab4e2cd5a2eb62fe188f0 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Aug 21 14:29:15 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 22:57:48 2014 -0700 |
tree | a36fc7837df60ae8d004524f42c3fd0924c5ee75 | |
parent | 25ca6472b590e87efba314892a76bd5629c8c989 [diff] |
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>