From: Tapasweni Pathak Date: Tue, 21 Oct 2014 04:18:01 +0000 (+0530) Subject: staging: rtl8188eu: os_dep: Remove useless cast on kzalloc X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1048 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b312fb06b50b2aed3e75527fa74bc475dfb57cd6;p=pandora-kernel.git staging: rtl8188eu: os_dep: Remove useless cast on kzalloc Casting rhe 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, as mentioned in Documentation/CodingStyle, Chap 14. Removed the cast on kzalloc return value. Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed