From: Tapasweni Pathak Date: Thu, 30 Oct 2014 12:53:11 +0000 (+0530) Subject: staging: dgap: Remove useless cast on NULL X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~561 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d34a817bc0041ba2f0ee09e40c18c7161e2c2d;p=pandora-kernel.git staging: dgap: 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