From: Roland Dreier Date: Thu, 17 Apr 2008 04:01:06 +0000 (-0700) Subject: RDMA/amso1100: Don't use 0UL as a NULL pointer X-Git-Tag: v2.6.26-rc1~1156^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b29043921ef021443c5e0d055b7b8dd5df88258;p=pandora-kernel.git RDMA/amso1100: Don't use 0UL as a NULL pointer Write tests for NULL pointers as if (!ptr) instead of if (ptr == 0UL) to fix sparse warnings. Signed-off-by: Roland Dreier Acked-by: Steve Wise --- Reading git-diff-tree failed