From: Yoann Padioleau Date: Fri, 27 Jul 2007 09:44:42 +0000 (+0200) Subject: [IA64] Compare pointer against NULL, not '0' X-Git-Tag: v2.6.23-rc2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4dcd22efa7d24f637ab2ea3a77dd65774eb005;p=pandora-kernel.git [IA64] Compare pointer against NULL, not '0' When comparing a pointer, it's clearer to compare it to NULL than to 0. Signed-off-by: Yoann Padioleau Signed-off-by: Tony Luck --- Reading git-diff-tree failed