[PATCH] qla2xyz: use NULL instead of 0

2006-11-27 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- drivers/scsi/qla2xxx/qla_attr.c |2 +- 1 file changed, 1 insert

Re: [PATCH] qla2xyz: use NULL instead of 0

2006-11-27 Thread Andrew Vasquez
On Mon, 27 Nov 2006, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > 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 <[EMAIL PROTECTED]> Acked-by: Andre