From: Jingoo Han Date: Fri, 29 Aug 2014 03:51:24 +0000 (+0900) Subject: staging: rts5208: Remove casting the return value which is a void pointer X-Git-Tag: fixes-for-v3.18-merge-window~15^2~936 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d49555eaa2df1135dbb5876acf462c5b657174;p=pandora-kernel.git staging: rts5208: Remove casting the return value which is a void pointer Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed