From: Tomas Winkler Date: Sun, 11 Nov 2012 15:37:59 +0000 (+0200) Subject: mei: use type struct mei_cl *cl instead of void in struct mei_cb X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~85^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3ed43185c6f5d4fd6c5ac963347b849540996e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed