]> asedeno.scripts.mit.edu Git - linux.git/commit
mei: bus: revamp device matching
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 23 Jul 2015 12:08:39 +0000 (15:08 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2015 00:21:58 +0000 (17:21 -0700)
commit688a9cce0c8e9116038586ae1cd6adabb10fa5aa
treeabd131c323d6e31f0480dede0f41e5421b23d4e6
parent48168f4561f479403dbd38379dc8793488a22a6a
mei: bus: revamp device matching

mei_cl_device_match now calls mei_cl_device_find that returns
the matching device id in the device id table.
We will utilize the mei_cl_device_find during probing
to locate the matching entry.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus.c