Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <padator@wanadoo.fr> Signed-off-by: Tony Luck <tony.luck@intel.com>
- Loading branch information