From: Himangi Saraogi Date: Thu, 26 Jun 2014 18:39:09 +0000 (+0530) Subject: NFSv4: Drop cast X-Git-Tag: omap-for-v3.17/fixes-against-rc2~82^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee2b78a444c6715e873486794b5c4af705cd975;p=pandora-kernel.git NFSv4: Drop cast This patch does away with the cast on void * as it is unnecessary. The following Coccinelle semantic patch was used for making the change: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Himangi Saraogi Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed