Re: [char-misc-next 02/18 V2] mei: revamp me clients list handling

2015-03-01 Thread Greg KH
On Sat, Feb 14, 2015 at 11:14:48AM +0200, Tomas Winkler wrote: > 1. Use rw lock to access the me_clients list > > 2. Reuse already defined find functions also when > removing particular me client > > 3. Add wrappers for addition and deletion > > Signed-off-by: Tomas Winkler > --- > V2: add mis

[char-misc-next 02/18 V2] mei: revamp me clients list handling

2015-02-14 Thread Tomas Winkler
1. Use rw lock to access the me_clients list 2. Reuse already defined find functions also when removing particular me client 3. Add wrappers for addition and deletion Signed-off-by: Tomas Winkler --- V2: add missing mei_me_cl_put() calls to mei_host_client_init drivers/misc/mei/client.c | 1