mei: me_client lookup function to return me_client object
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 24 Aug 2014 09:08:55 +0000 (12:08 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 05:57:47 +0000 (22:57 -0700)
commitd320832f64666089a06778782e42fac29abd7bf7
tree19fd44ea6cd1b93a178763345a736f193284132f
parent68d1aa65978b86b2ca5bdf7211b27cfd32c3212d
mei: me_client lookup function to return me_client object

For support of dynamic addition and removal of me clients
it is more convenient to use a list instead of static array
as is use now.
As the first step of the transition to the new data structure
we change the lookup function so it returns me client address
instead of an index.

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/hbm.c
drivers/misc/mei/main.c
drivers/misc/mei/nfc.c
drivers/misc/mei/wd.c