From: Randy Dunlap Date: Mon, 27 Nov 2006 17:35:42 +0000 (-0800) Subject: [SCSI] qla2xxx: use NULL instead of 0 X-Git-Tag: v2.6.20-rc1~34^2~20^2~41^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ddab7b1c7225269ad45d33fc39d0a385194360;p=pandora-kernel.git [SCSI] qla2xxx: use NULL instead of 0 Use NULL instead of 0 for pointers (sparse warning): drivers/scsi/qla2xxx/qla_attr.c:393:4: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap Acked-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed