[SCSI] qla2xxx: use NULL instead of 0
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 27 Nov 2006 17:35:42 +0000 (09:35 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 3 Dec 2006 15:24:01 +0000 (09:24 -0600)
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 <randy.dunlap@oracle.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found