From: Tapasweni Pathak Date: Thu, 30 Oct 2014 12:55:00 +0000 (+0530) Subject: staging: rt18188eu: Remove useless cast on NULL X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~560 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7499b702f0873b670cbd769c9bfeb437e9fa4c55;p=pandora-kernel.git staging: rt18188eu: Remove useless cast on NULL Cast on NULL to a pointer type is not required. This patch removes NULL casted to some pointer type. The sematic patch used is: @r@ type T; @@ - (T *)NULL + NULL Build tested it. Signed-off-by: Tapasweni Pathak Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed