[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)
commit46ddab7b1c7225269ad45d33fc39d0a385194360
tree701ec46da400338722e7c5588fdb30055ef1f02d
parent0d2db302f95747908123e56fa8659c7eb2eb7498
[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 <randy.dunlap@oracle.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_attr.c