From: Amitkumar Karwar Date: Mon, 20 Jun 2011 22:21:48 +0000 (-0700) Subject: mwifiex: remove casts of void pointers X-Git-Tag: v3.1-rc1~316^2~350^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ffddb70c5cab29fa00e2fdf12217b64b940796;p=pandora-kernel.git mwifiex: remove casts of void pointers In some cases local pointers are used to cast void pointers passed to the function. Those unnecessary local pointers are also removed. This patch was inspired by Joe Perches' patch [PATCH net-next 1/2] wireless: Remove casts of void *; and the comments from Julian Calaby. Signed-off-by: Amitkumar Karwar Cc: Joe Perches Cc: Julian Calaby Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed