commit | 46ddab7b1c7225269ad45d33fc39d0a385194360 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Mon Nov 27 09:35:42 2006 -0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Dec 03 09:24:01 2006 -0600 |
tree | 701ec46da400338722e7c5588fdb30055ef1f02d | |
parent | 0d2db302f95747908123e56fa8659c7eb2eb7498 [diff] |
[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>