drivers/scsi/scsi_sysfs.c:814:66: warning: Using plain integer as NULL pointer

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>

diffstat:=
 drivers/scsi/scsi_sysfs.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Naurp ./drivers/scsi/scsi_sysfs.c~scsi_sysfs_null 
./drivers/scsi/scsi_sysfs.c
--- ./drivers/scsi/scsi_sysfs.c~scsi_sysfs_null 2005-03-26 21:48:11.000000000 
-0800
+++ ./drivers/scsi/scsi_sysfs.c 2005-03-27 21:03:53.000000000 -0800
@@ -811,4 +811,4 @@ EXPORT_SYMBOL(scsi_is_sdev_device);
 
 /* A blank transport template that is used in drivers that don't
  * yet implement Transport Attributes */
-struct scsi_transport_template blank_transport_template = { { { {0, }, }, }, };
+struct scsi_transport_template blank_transport_template = { { { {NULL, }, }, 
}, };


---
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to