From: Tapasweni Pathak Date: Wed, 8 Oct 2014 15:11:48 +0000 (+0530) Subject: staging: vt6655: Remove unnecessary cast for argument of kfree X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d566a5a3b6ee9aed5c89463af4342a26f295dc;p=pandora-kernel.git staging: vt6655: Remove unnecessary cast for argument of kfree This patch removes all occurrences of unnecessary cast on the argument to kfree, all over in rtl8712. There is no need of the cast on the argument to kfree. Greped to find occurrences. Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed