Tomas Winkler db3ed43185 mei: use type struct mei_cl *cl instead of void in struct mei_cb
We can use correct type 'struct mei_cl' instead of
'void *' for file_private in the struct mei_cb
as there is no other type assigned to this member of the structure

We rename the member from file_private to cl

Remove about 10 lines of declarations of temporary variables
used for type casting

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-15 15:34:18 -08:00
..
2012-09-05 14:10:29 -07:00
2012-09-26 13:20:40 -07:00
2012-10-10 20:15:24 +09:00
2012-08-16 10:09:15 -07:00
2011-07-26 16:49:47 -07:00
2012-08-10 13:29:57 -07:00
2012-09-05 14:10:29 -07:00